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
In English in 12-hour time, it's customary to show the hour as "12" instead of "00" with both AM and PM. E.g.: https://simple.wikipedia.org/wiki/12-hour_clock
00:05 (24 hour) = 12:05AM (currently displays as 00:05AM) 12:05 (24 hour) = 12:05PM (currently displays as 00:05PM)
This is in the material theme.
On the classic theme, the drop-down doesn't have this issue (it shows 12:30PM), but once you select a time the display reverts to "00:30PM".
The text was updated successfully, but these errors were encountered:
I'm glad it's a known issue! I thought it was something I was doing wrong.
Sorry, something went wrong.
If you're interested, I fixed the issue on my project by going to lib/common/TimePicker.js and updating line 566.
@mjperales - do you have a PR or gist for the change?
No branches or pull requests
In English in 12-hour time, it's customary to show the hour as "12" instead of "00" with both AM and PM.
E.g.: https://simple.wikipedia.org/wiki/12-hour_clock
00:05 (24 hour) = 12:05AM (currently displays as 00:05AM)
12:05 (24 hour) = 12:05PM (currently displays as 00:05PM)
This is in the material theme.
On the classic theme, the drop-down doesn't have this issue (it shows 12:30PM), but once you select a time the display reverts to "00:30PM".
The text was updated successfully, but these errors were encountered: