Question

Pegasystems Inc.
GB
Last activity: 29 Feb 2016 7:12 EST
How to map a string to date property in a data page
I am trying to map to a Date Time property in a data page from XML. In the XML the date time is string in a format like the below example:
2016-02-01 13:29:23 i.e. yyyy-MM-DD HH24:mm:ss
I am trying to map this in the data transform, but keep getting empty or incorrect dates e.g. I see 19700101T000000.000 GMT on the clipboard.
I have tried using @DateTime.parseDateString(.propertry) but this dosn't seem to support this format.