Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit bf55d76

Browse files
Martin Mouterdepetebacondarwin
Martin Mouterde
authored andcommitted
docs(date): fix milliseconds syntax description
There is no need to prefix 'sss' with ',' or '.'. Closes #10680
1 parent c9efc80 commit bf55d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/filter/filters.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ var DATE_FORMATS_SPLIT = /((?:[^yMdHhmsaZEw']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|d
353353
* * `'m'`: Minute in hour (0-59)
354354
* * `'ss'`: Second in minute, padded (00-59)
355355
* * `'s'`: Second in minute (0-59)
356-
* * `'.sss' or ',sss'`: Millisecond in second, padded (000-999)
356+
* * `'sss'`: Millisecond in second, padded (000-999)
357357
* * `'a'`: AM/PM marker
358358
* * `'Z'`: 4 digit (+sign) representation of the timezone offset (-1200-+1200)
359359
* * `'ww'`: Week of year, padded (00-53). Week 01 is the week with the first Thursday of the year

0 commit comments

Comments
 (0)