Question

Knowledge Expert
NL
Last activity: 15 Apr 2017 14:18 EDT
Unexpected Date format generated in DB records when OOTB function is used
Below is the OOTB function used
EMAIL_SENTDATETIME = @(Pega-RULES:DateTime).FormatDateTime(@(Pega-RULES:DateTime).CurrentDateTime(), "d-MMM-yyyy HH:mm:ss", "America/New_York", "")
Issue Faced : We are seeing records for DB in Column EMAIL_SENTDATETIME as "11-abr -2017" instead of "11-Apr-2017"
Any suggestions regarding why "11-abr-2017" is getting recorded in DB?