DateTimePicker 12 hour clock format
Is it possible to make the DateTimePicker component UI use a 12 hour clock format instead of the 24 hour clock standard? I'm using v2, and my code currently looks like this:
I'm not concerned about the displayFormat, but how the user selects the time at the bottom of the datepicker element. With the time, just the user interface selectors at the bottom of the datepicker modal.
(i.e. I want to be able to select "12:00 PM" instead of "24:00")
2 Replies