jspreadsheet / jspreadsheet/ce
12-Hour Clock format in Calendar
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 890
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with the exact column options shown in the report and compare the rendered value with the calendar editor choices. Locate the calendar editor's handling of the format option; done means the editor presents 12-hour choices with AM/PM while preserving the existing displayed value.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100