-
Notifications
You must be signed in to change notification settings - Fork 130
Resolved #3556 where some date fields still could not accommodate dates past year 2038 #4855
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see question below.
302b01b to
638a5a7
Compare
|
Looks like date picker isn't showing as it should in PHP 8.4 cypress tests so it keeps failing.. we'll have to look into this. |
|
So other PR's are failing for same reason.. I think we need to look into why its happening, but it's likely not part of this PR.. merging |
Resolved #3556 where some date fields still could not accommodate dates past year 2038
Turns out the #3911 PR was incomplete, some of date fields were omitted. This PR is fixing it