Can you retrieve the year value from DateTime attribute.

0
I am trying to break down a datetime attribute into a year, month and day value. Is there a way to do this?
asked
1 answers
7

formatDateTime(<datetime value="">,'yyyy')

also see https://world.mendix.com/display/refguide4/Parse+and+format+date+function+calls

answered