ce
ce copied to clipboard
12-Hour Clock format in Calendar
We create a column with the following options:
options: { format: 'MM/DD/YYYY HH12:MI AM/PM', time: 1 }
It works and shows the time with 12H clock format but in the editor the choices are in 24 clock format. How can we configure it so the editor uses 12H clock? Thanks