fullcalendar / fullcalendar-react

The official React Component for FullCalendar
https://fullcalendar.io/docs/react
MIT License
2.09k stars 110 forks source link

Firefox Date Formatter bug? #142

Closed nabati closed 3 years ago

nabati commented 3 years ago

Bug Reports

When setting the slotLabelFormat.hour to '2-digit', you get the correct behavior in chrome (left) but the wrong behavior in Firefox (right)

image

https://codesandbox.io/s/fullcalendar-react-time-formatter-xbrmu?file=/src/calendar.js

acerix commented 3 years ago

It's up to the browser how to render times, you can use use a formatting plugin for more control:

https://fullcalendar.io/docs/moment-plugin