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

Commit 3422cba

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 0803554 commit 3422cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/filter/filters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ var DATE_FORMATS_SPLIT = /((?:[^yMdHhmsaZEw']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|d
361361
* * `'m'`: Minute in hour (0-59)
362362
* * `'ss'`: Second in minute, padded (00-59)
363363
* * `'s'`: Second in minute (0-59)
364-
* * `'.sss' or ',sss'`: Millisecond in second, padded (000-999)
364+
* * `'sss'`: Millisecond in second, padded (000-999)
365365
* * `'a'`: AM/PM marker
366366
* * `'Z'`: 4 digit (+sign) representation of the timezone offset (-1200-+1200)
367367
* * `'ww'`: Week of year, padded (00-53). Week 01 is the week with the first Thursday of the year

0 commit comments

Comments
 (0)