-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
calendar displays wrong days with minDate #126
Comments
I'm getting "Request has expired" from the link you provided which I think was a screenshot. I looked at the demo which has an example using minDate but the dates are correct. Can you give some more info on how to reproduce? |
Is this still an issue? If so, can you post a POC? |
I can't reproduce it now, I will reopen an issue if/when I do. |
I'm able to reproduce this using these options:
Initially, the calendar appears fine. But once I select a date (ex. November 1), it appears incorrectly, with November 1 occurring on a Monday. |
+1 ! |
@morgante thanks for reproducing this, I'm not using min/maxDate anymore so I've moved passed this issue. The issue you're having is the same as this original one for sure. |
I have a DatePicker that looks like this:
this causes the calendar to display the wrong dates like this
Friday is the 5th not Saturday.
The text was updated successfully, but these errors were encountered: