Question
2
Replies
982
Views
Posted: January 27, 2018
Last activity: January 27, 2018
Closed
ISO-8601 to Pega Date Conversion
I needed a function to convert an ISO-8601 Date/Time to Pega Date/Time and was unable to find anything OOTB. The attached Java is working for me so feel free to use/modify for your application. If you have a better approach please let me know. Thanks
Hello Heitk,
Have you tried FormatDateTime OOTB funtion? Does it not work?
FormatDateTime(strDateTime,strPattern,strTimeZone,strLocale) - This Formats/Reformats a DateTime string using the specified parameters
Regards,
Shanthini Charles