Date Picker Format

Hi, my date picker field is not formatting properly. If I put this in for formatting mm-dd-yyyy HH:mm it returns this 03-Th-yyyy 21:03 . no matter what I put in for formatting the date it returns wrong.

try YYYY
what do you get without the formating?

Probably you want to use: MM-DD-YYYY HH:mm
You can find all of the formatting options here: https://momentjs.com/docs/#/displaying/

1 Like

that worked thanks. I thought I tried that sorry.