-
-
Notifications
You must be signed in to change notification settings - Fork 735
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
Wrong week number displayed #692
Comments
I was wondering why it didn't do the same thing in my live example. Finally found out why. The link also says: edit: just to point out: I'm not telling you to change the first day of week. It's just an addition to say that US users are affected. |
I'm not sure if this has something to do with the For what I see after a quick debug, this line where we take |
mmm the above seems a different bug 🙄 |
* Use last day of the week to get the week number Fixes #692 * Fix unit test * Fix rendering unit test
The fix has been published in v7.1.5. Please report back if you have some feedback, thanks! |
* Use last day of the week to get the week number Fixes gpbl#692 * Fix unit test * Fix rendering unit test
Hello,
When the prop "showWeekNumbers" is equal to "true", the week numbers displayed are wrong.
For example, for the 12th april 2018, the week number displayed is "14" while we should see "15" (see here).
I made a sandbox with the behavior : https://codesandbox.io/s/xr4ovz55qo
Thanks in advance
The text was updated successfully, but these errors were encountered: