-
Notifications
You must be signed in to change notification settings - Fork 581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Wrong week number displayed, only after having selected a date range #475
Comments
If you're using moment, then |
Same goes for the first three days of 2020. These days officially belong to week "2020-53" according to ISO week dates So #475 (comment) might be a viable approach... |
This works but the code seems to use the first day of the week to determine the week number, so in case you're using Sunday as the start of the week you'll have to use this instead: |
possibly related: #376 @monovertex maybe we should use the "ISO week" approach as suggested by #475 (comment) as default option to align with overviews like http://www.whatweekisit.org And then maybe do a check for which start of the week was used (Sunday or Monday) as suggested by #475 (comment) |
您好,邮件已收到!我会尽快处理的。
|
Here is a jsfiddle demonstrating this issue: https://jsfiddle.net/vhfrqtk6/1/
The issue can be replicated when selecting a date range starting in March 2019 and ending in April of 2019.
When the picker is subsequently re-opened, the first week of April (week 14) displays as week 13.
This only seems to happen after a date range has been selected.
Prior to selection the correct week number is displayed.
Here is a screen shot displaying the issue: https://imgur.com/a/Ngxb6nN
Best regards,
JP
The text was updated successfully, but these errors were encountered: