Question
CNO Financial Group Inc
IN
Last activity: 17 Jun 2021 2:13 EDT
How to convert UTC date time string of inbound email to Pega date time format?
Hi, I have requirement where we need to capture the received date of the inbound email into a doc that's getting attached in the Work object. The received date of the inbound email is a string and in the format "Mon May 24 02:06:59 UTC 2021". Tried @DateTime.FormatDateTime() to convert this, "Mon May 24 02:06:59 UTC 2021" --> 5/24/2021 02:06:59 but it's not working. Can you please suggest if there's any way we can do this conversion? Thanks, Saravanan