arshaw / xdate

A Modern JavaScript Date Library
http://arshaw.com/xdate/
GNU General Public License v2.0
681 stars 81 forks source link

.getWeek returns week 53 for 2021-01-01 #37

Closed albinekb closed 6 years ago

albinekb commented 6 years ago

https://github.com/wix/react-native-calendars/pull/262#issuecomment-349973263

.getWeek returns week 53 for 2021-01-01

image

moment.js gives me week 1

image

Looking here: http://week-number.net/calendar-with-week-numbers-2021.html https://www.epochconverter.com/weeks/2021 https://www.calendar-365.com/calendar/2021/January.html

it seems like it should be week 53? Feel free to close it here if this is correct and I'll open a issue on moment instead 👍