Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i have date like below
2023-10-13 07:42:41 UTC
can we convert this in AM PM format?
Perhaps
Timestamp(Timestamp#(Replace(MyDateTime, 'UTC',''),'YYYY-MM-DD hh:mm:ss'),'YYYY-MM-DD hh:mm:ss TT')
Hello,
try with
TimeStamp(Timestamp#(PurgeChar(FIELD,'UTC'),'YYYY-MM-DD hh:mm:ss'),'YYYY-MM-DD hh:mm:ss[.fff] TT')
Perhaps
Timestamp(Timestamp#(Replace(MyDateTime, 'UTC',''),'YYYY-MM-DD hh:mm:ss'),'YYYY-MM-DD hh:mm:ss TT')