Describe the bug
I have an issue with the dayjs week() method compared with the moment.js one.
My issue is probably linked to this one #3048
Expected behavior
I tried with that date: 2020-12-31, which is supposed to be a day in the week number 53. (if i refer to this http://www.whatweekisit.org/). But it returns week number as 1
Information
- Day.js Version [e.g. v1.11.20]
- OS: [Mac OS]
- Browser [Chrome 147]
- Time zone: [UZT]
Describe the bug
I have an issue with the dayjs week() method compared with the moment.js one.
My issue is probably linked to this one #3048
Expected behavior
I tried with that date: 2020-12-31, which is supposed to be a day in the week number 53. (if i refer to this http://www.whatweekisit.org/). But it returns week number as 1
Information