You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the react date picker in 'en' locale, the headers are misaligned. Sunday is first day of the week, but the calendar dates are still assuming Monday as first day of the week.
Open the date picker and compare it to you system calendar. Day of week does not match the actual dates. Example: 1 august 2021 is a Sunday, not a Saturday
Screenshots
OS (please complete the following information):
Device: MacBook
OS: OS X
Browser Safari & Chrome
Additional context
Has been discussed with Joeri S. When setting locale to 'nl' the issue is fixed.
The text was updated successfully, but these errors were encountered:
There is an additional issue. When starting a fresh project with the Digipolis Starter kit, and including the Datepicker component on a page, locale=nl does not work. This is related to moment/moment#4216
As a workaround, one can put this code at the top of index.js: import 'moment/locale/nl';
Describe the bug
When using the react date picker in 'en' locale, the headers are misaligned. Sunday is first day of the week, but the calendar dates are still assuming Monday as first day of the week.
Screenshot attached.
To Reproduce
Steps to reproduce the behavior:
Screenshots
OS (please complete the following information):
Additional context
Has been discussed with Joeri S. When setting locale to 'nl' the issue is fixed.
The text was updated successfully, but these errors were encountered: