Parse Date and time?

0
Hi All, I am trying to parse parseDateTime($Object, mm/dd/yyyy') Note: In $Object I am getting string as(08101980 from Json) so I want to parse with mendix date and time. Below are my screen shots(error) Thanks in Advance!
asked
1 answers
2

Hi,

You will need to format your string in the ISO datetime format first before you can use the parseDateTime function, i.e.:

1980-10-08T07:51:03+01:00

answered