Hi,
Is there an OOTB function to convert a datetime text to DateTime object?
The datetime string is of the format - YYYY-MM-DDThh:mm:ss.SSSZ (Example: 2018-07-20T09:09:26.000Z)
TIA
Regards,
Sunil Zacharia
Discussion posts and replies are publicly visible
I would use the datetime function and split your datetime string so you have the necessary properties. That function will return a value of DateTime.