showISOWeekNumbers usage #2230
-
Hi I am using your daterangepicker. It's a great tool. I began to use the showISOWeekNumbers as true. It's returning a week number which does not match the EPOCH Converter ISO week number. Is this a bug or am I misapplying the tool set? |
Beta Was this translation helpful? Give feedback.
Answered by
dangrossman
Nov 10, 2021
Replies: 1 comment 1 reply
-
You should also set |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
andcmill
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should also set
locale: { firstDay: 1 }
in your settings so that weeks start on Mondays in the calendar. Then the ISO week numbers will make sense, as those also start on Mondays.