-
Notifications
You must be signed in to change notification settings - Fork 8
Unify formats for displaying dates and times #553
Comments
Months and ordinals
Conclusion: We should display dates as: That isn't feasible in many charts, but more on that next. Displaying dates in charts and graphsConclusion: Dates should follow this format: RangesOur brilliant EITI folks (h/t @gemfarmer) did testing on ranges:
Conclusion: Depending on context, ranges should follow one of two patterns: If this reasoning sounds good to @jenniferthibault and @noahmanger, I'll start working on implementation. :) |
This makes a ton of sense to me. Seems like a great way to go. |
This will be complete when dates are unified in:
|
@emileighoutlaw do you need a developer to pick up the task of getting these everywhere else? |
I'm actually trying to muddle through on my own first (because I want to be better at HTML) :) |
Hey @noahmanger — I'm actually struggling to find and get through this. Maybe it would be smarter and more time-efficient to have a developer pick up this task and me review the PR. I'm starting to be a blocker on this, and that feels icky. |
Sounds good. Yeah this gets tricky because the date formatters live in a few places. |
I did a quick review and didn't find any outstanding places in legal resources where the dates were inconsistent with the decisions above. Closing |
We currently display dates and times in a number of formats throughout the design. While not urgent, I think it would be good to at some point clean up the approach we take.
For example:
MM-DD-YYYY
:MM/DD/YYYY
:mm dd, yyyy
:MM dd, YYYY
I think there's a lot of sense in having a format that's just digits, as these are easier to scan in data, and another that's actual month names. But we should probably standardize on
/
vs-
and also decide when to use which.Paging @emileighoutlaw and @jenniferthibault
The text was updated successfully, but these errors were encountered: