Formatting mySQL DATETIME field to m/d/yyyy am or pm

Teodor,

I resolved the issue, don’t know if I clicked on the date twice or what, but I had reformat twice in the same line: RegDate.formatDate(RegDate.formatDate(“M-d-yyyy h:mm a”))

Manually changed to this and displaying correctly now:
RegDate.formatDate(“M-d-yyyy h:mm a”)