You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seen NASA-style countdown timers that include days as a top-level unit, with display like this:T-3:23:58:59 which means almost 4 days before launch time. The days use the same separator as between hours and minutes.
Seems like we may want to support the days: 'numeric' style to support this case.
Here's one example I found online.
The text was updated successfully, but these errors were encountered:
The current proposal doesn't include support for numeric days, but it can be easily added later, once CLDR data is available. @justingrant can this be closed?
I've seen NASA-style countdown timers that include days as a top-level unit, with display like this:
T-3:23:58:59
which means almost 4 days before launch time. The days use the same separator as between hours and minutes.Seems like we may want to support the
days: 'numeric'
style to support this case.Here's one example I found online.
The text was updated successfully, but these errors were encountered: