Date and time variable

0
Which function should i use to change the date and time format( eg.- 1:5:2000 to 'thursday'5january 2000)
asked
1 answers
2

See the documentation here: https://docs.mendix.com/refguide/parse-and-format-date-function-calls/

So in your case use formatDateTimeUTC($yourdate, ‘E dd M yyyy’)

 

Regards,

Ronald

 

answered