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

Commit ca0f59e

Browse files
moroshkopetebacondarwin
authored andcommitted
docs(dateFilter): fix milliseconds example
Closes #8389
1 parent 38678cb commit ca0f59e

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
@@ -357,7 +357,7 @@ var DATE_FORMATS_SPLIT = /((?:[^yMdHhmsaZEw']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|d
357357
* (e.g. `"h 'o''clock'"`).
358358
*
359359
* @param {(Date|number|string)} date Date to format either as Date object, milliseconds (string or
360-
* number) or various ISO 8601 datetime string formats (e.g. yyyy-MM-ddTHH:mm:ss.SSSZ and its
360+
* number) or various ISO 8601 datetime string formats (e.g. yyyy-MM-ddTHH:mm:ss.sssZ and its
361361
* shorter versions like yyyy-MM-ddTHH:mmZ, yyyy-MM-dd or yyyyMMddTHHmmssZ). If no timezone is
362362
* specified in the string input, the time is considered to be in the local timezone.
363363
* @param {string=} format Formatting rules (see Description). If not specified,

0 commit comments

Comments
 (0)