How to convert from PEGA time stamp to Mar 12, 2018
I want to convert current timestamp to this (Mar 12, 2018 ) format. Tried below but it is not working.
@String.trim(@String.substring(@DateTime.FormatDateTime(@DateTime.addToDate(@getCurrentTimeStamp(), "-1", "0", "0", "0"), "DDMMYYYY", null, "CST"),0,12))
***Moderator Edit: Vidyaranjan | Updated Categories***