-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Due Date Format for Milesones #15635
Comments
The date input is locale-aware but our date/time rendering is not. This will require a big overhaul of our timestamp rendering and would likely require it to be done in JavaScript, like Github does. |
OK I can understand that this change will not happen in the near future. However on the other hand we could argue that there is an actual ISO standard about how dates should be written: https://en.wikipedia.org/wiki/ISO_8601 in that case it would not be necessary to use locale-aware date/time format, one could just stick to the ISO standard. |
I think generally we want to render timestamps in relative format (which should be locale-independent strings) with absolute date in a tooltip (which can be locale-dependant). Thought I do see a reason to render Milestone Due dates as absolute, Github does it too ( |
Fixed in #23988? |
I'd say so as we now render in the user's OS preference. |
Isn't this issue actually talking about #24055 which was never merged and should thus be reopened? |
It's another date format used for due dates. |
The date formats for milestones are inconsistent.
For the due date, the mm/dd/yyyy format is used, whereas the normal yyyy-mm-dd is used in the milestones overview.
There should be an option to change the date format.
[x]
):Description
...
Screenshots
The text was updated successfully, but these errors were encountered: