jspreadsheet / ce

Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
https://bossanova.uk/jspreadsheet/v4
MIT License
6.66k stars 818 forks source link

12-Hour Clock format in Calendar #1691

Open garcia252 opened 1 month ago

garcia252 commented 1 month ago

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

timeformat