Hi everyone,
i need to parse a datetime string in the following format:
Format: ISO 8601; YYYY-MM-DDTHH:mm:ss.sssZ Example: 2015-07-04T12:08:56.235+01:00
parseDateTime($Date, 'YYYY-MM-DDTHH:mm:ss.SSSZ') this does not work in mendix because it will tell me that the T is not recognized.
The idea was to change the pattern to "YYYY-MM-DD'T'HH:mm:ss.SSSZ" but the double quotes are not allowed either by mendix.
Does anyone have an idea on how to do this date time conversion?