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
Describe the bug
Similar to the issue mentioned in #956, with a dutch locale (nl), the week number on the end of the year is incorrect.
Expected behavior
When selecting the 'nl' locale and trying to return the weeknumber via days('2020-12-31').week(), the number returned is 1, while dutch calenders are supposed to return 53. See https://www.kalender-365.nl/kalender-2020.html
Information
Day.js Version: [v1.8.34[
OS: [MacOS]
Browser [Chrome 84]
Time zone: [CEST]
The text was updated successfully, but these errors were encountered:
Describe the bug
Similar to the issue mentioned in #956, with a dutch locale (
nl
), the week number on the end of the year is incorrect.Expected behavior
When selecting the 'nl' locale and trying to return the weeknumber via
days('2020-12-31').week()
, the number returned is1
, while dutch calenders are supposed to return53
. See https://www.kalender-365.nl/kalender-2020.htmlInformation
The text was updated successfully, but these errors were encountered: