Question
IBM
CN
Last activity: 6 Mar 2023 14:03 EST
Convert Datetime to YYYYMMDD issue: day is incorrect
.SelectedDeadlineDateTime is in type DateTime
I use this function to convert it to YYYYMMDD,
@(Pega-RULES:DateTime).FormatDateTime(.SelectedDeadlineDateTime,"YYYYMMDD",null,null)
However, it returns incorrect DD once the date after 31Jan, e.g. as below sample. It should be a julian date. I expect 20230201. May I know how could I get this date string? thanks.