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 12, 2024. It is now read-only.
The docs for the date filter state that it supports ISO8601 date strings like yyyy-MM-ddTHH:mm:ss.SSSZ.
When passing a string that has a sub-millisecond component like yyyy-MM-ddTHH:mm:ss.SSSSZ (note the additional S) angular silently fails to format the date correctly.
Is this by design? And by the way, I think the documentation is wrong since fractional seconds are expressed with 'f' instead of 'S' according to http://de.wikipedia.org/wiki/ISO_8601