Closed Bug 1334462 Opened 8 years ago Closed 8 years ago

Wrong format and missing spaces with intl.datetimeformat when locale en-AU is used

Categories

(Core :: JavaScript: Internationalization API, defect)

50 Branch
Other
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1299615

People

(Reporter: michel.langeveld, Unassigned)

Details

(Keywords: intl)

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 Steps to reproduce: Type in console: new Intl.DateTimeFormat('en-AU', { day: 'numeric', month: 'long', year: 'numeric' }).format(new Date()) Actual results: Firefox prints 27Januari,2017 Expected results: 27 Januari 2017
Keywords: intl
OS: Unspecified → Linux
Hardware: Unspecified → Other
Summary: Spaces missing intl.datetimeformat when locale en-AU is used → Wrong format intl.datetimeformat when locale en-AU is used
Goed wrong also with Firefox v51 on Windows 7.
Component: Untriaged → JavaScript: Internationalization API
Product: Firefox → Core
Summary: Wrong format intl.datetimeformat when locale en-AU is used → Wrong format and missing spaces with intl.datetimeformat when locale en-AU is used
You need to log in before you can comment on or make changes to this bug.