Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

197
Views
Has Chrome stopped supporting Intl function?

I am using chrome browser (Version 92.0.4515.131).

I found that the support for JavaScript Intl is not functioning properly in Chrome browser.

const formattedDate = new Intl.DateTimeFormat('nb-NO', {
  "year": "numeric",
  "month": "2-digit",
  "day": "2-digit"
}).format(new Date('2021-08-02'));

console.log(formattedDate);

Chrome is giving "08/02/2021" as a result, instead of the expected "02.08.2021" like in Firefox.

The JavaScript functionality is defined in ECMA and MDN mention for the browser compatibility.

Is there is any modification we need to add in order for this to work properly in Chrome?

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

See Intl.ListFormat.supportedLocalesOf()

When I run Intl.ListFormat.supportedLocalesOf(['en', 'de', 'nb']) in Chrome and Firefox:

  • Chrome reports that it supports English and German
  • Firefox reports that it supports English, German and Norwegian

The problem isn't lack of support for Intl (which would throw an error if it wasn't supported) but the nb-NO locale specifically.

about 4 years ago · Juan Pablo Isaza Report

0

This seems to be an issue with chromium: https://bugs.chromium.org/p/chromium/issues/detail?id=1233509&q=locale&can=2

Hopefully it will be solved soon.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!