Question
String(MM/DD/YYYY) to Date conversion
Hi All,
I have to convert date string which is in MM/DD/YYYY format to Date .
I have tried below functions but nothing worked for me.
- To Date
- FormatDate
- String to date
Even i tried to swap date and time by using What comes function then after i used above functions, it worked when i ran the activity from clipboad, but when it is executing from service(Service Soap) activity it is throwing exception string cannot be date.
Any help would be much appreciated.
***Edited by Moderator Marissa to update platform capability tags****
Hi,
Please check below discussion should help you out
https://community1.pega.com/community/pega-support/question/how-convert-ddmmyyyy-format-string-date
Thank You