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.
44:01 AM44:01 AM 66/66/20162016, 44:01 AM66/66/20162016, 44:01 AM
In angular 2. In 1.1.0 was missing leading zero
{{date|date:'shortTime'}}
{{date|date:'yMdjm'}}
I am seeing the same issue. new Intl.DateTimeFormat('en', {month:'numeric', day: 'numeric'}).format(new Date())
returns "55/161655/1616" (today is 5/16)
similar issues with formatting times.
Weird thing is. If I'm accessing my app from a server running Windows, then safari formats dates and times correctly. if I'm accessing my app from a server running Ubuntu, then safari formats dates and times incorrectly. I've diff'd the node_modules/intl directories on the 2 systems and don't see any differences. This is baffling, but a pretty big problem for us.
44:01 AM44:01 AM 66/66/20162016, 44:01 AM66/66/20162016, 44:01 AM
In angular 2. In 1.1.0 was missing leading zero
{{date|date:'shortTime'}}
{{date|date:'yMdjm'}}
angular/angular#3333
The text was updated successfully, but these errors were encountered: