Intl.DateTimeFormat error with formatRange #864
Labels
bug
c: datetime
Component: dates, times, timezones
s: blocked
Status: the issue is blocked on upstream
Consider the following
What You Currently See
Wed, 2/14/2024 – Thu, 2/15/2024
What Is Expected
Wed, 02/14/2024 – Thu, 02/15/2024
If you call just
format()
then the output is according to the definition (2-digit
month), but when usingformatRange()
you get an incorrectmonth
output (numeric
month).It does this in all current major browser versions (Chrome, Edge, FF and Safari)
The text was updated successfully, but these errors were encountered: