We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38678cb commit ca0f59eCopy full SHA for ca0f59e
src/ng/filter/filters.js
@@ -357,7 +357,7 @@ var DATE_FORMATS_SPLIT = /((?:[^yMdHhmsaZEw']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|d
357
* (e.g. `"h 'o''clock'"`).
358
*
359
* @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
+ * number) or various ISO 8601 datetime string formats (e.g. yyyy-MM-ddTHH:mm:ss.sssZ and its
361
* shorter versions like yyyy-MM-ddTHH:mmZ, yyyy-MM-dd or yyyyMMddTHHmmssZ). If no timezone is
362
* specified in the string input, the time is considered to be in the local timezone.
363
* @param {string=} format Formatting rules (see Description). If not specified,
0 commit comments