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
{{ message }}
This repository was archived by the owner on Apr 14, 2021. It is now read-only.
Currently at least short date format is incorrect for 'nb-NO' locale. Should be 'dd.MM.y', but it is 'd.M.y' instead.
Can be tested in runkit by running the following code snippet:
var intl = require("intl") console.log(intl.DateTimeFormat('nb-NO').format(new Date(2020, 0, 1)))
"1.1.2020"
Actually the same problem now can be also reproduced in Chrome's (84.0.4147.125) and Edge's (84.0.522.59) Intl, just run the following in their Console: