We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A timepicker with an input date of April 1st 2020 when span below 12AM will move the date from April 1st to May 1st.
Stackblitz: https://stackblitz.com/edit/angular-t2gd1c-ssxa3g
Just keep moving the hour down until it goes past 12.
Doesn't appear to happen on other dates.
Expected: It goes around again and stays on the same date Actual: It moves the date by an entire month
The text was updated successfully, but these errors were encountered:
fix(timepicker): fix date overflow on short months
708b935
change year, month, date setting on time change to be atomic, preventing overflows for short months Closes valor-software#5766
Successfully merging a pull request may close this issue.
A timepicker with an input date of April 1st 2020 when span below 12AM will move the date from April 1st to May 1st.
Stackblitz: https://stackblitz.com/edit/angular-t2gd1c-ssxa3g
Just keep moving the hour down until it goes past 12.
Doesn't appear to happen on other dates.
Expected: It goes around again and stays on the same date
Actual: It moves the date by an entire month
The text was updated successfully, but these errors were encountered: