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)
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
Reporter | ||
Updated•8 years ago
|
Reporter | ||
Updated•8 years ago
|
Summary: Spaces missing intl.datetimeformat when locale en-AU is used → Wrong format intl.datetimeformat when locale en-AU is used
Reporter | ||
Comment 1•8 years ago
|
||
Goed wrong also with Firefox v51 on Windows 7.
Component: Untriaged → JavaScript: Internationalization API
Product: Firefox → Core
Reporter | ||
Updated•8 years ago
|
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
Comment 2•8 years ago
|
||
fixed by bug 1299615
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=b9cd3d1a34e0e122d4c25b3b2d1936d7980a84cb&tochange=d22677d3a37f5fa0e6d019242bc3b6865b889556
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•