I have Requirement to convert String to Date time Which is Having Format Like 2022-11-11 09:00 AM
Can please help me in this. Thanks In Advance
I have Requirement to convert String to Date time Which is Having Format Like 2022-11-11 09:00 AM
Can please help me in this. Thanks In Advance
Hi @PaladuguV
I found this solved Question on the right under Related content, does this help you?
HI@PaladuguV
use this toDateTime(replaceAll(“2022-11-11”+“T000000.000 GMT”,“-”,“”))
@PaladuguV Hi, have a look at this!
https://support.pega.com/question/how-get-deadline-based-date
@sahanc38 I have this Value On string Property Can You Please Explain How To Do it