We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f94d1 commit afe93eaCopy full SHA for afe93ea
src/ng/filter/filters.js
@@ -327,7 +327,7 @@ var DATE_FORMATS_SPLIT = /((?:[^yMdHhmsaZE']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|d+
327
* (e.g. `"h 'o''clock'"`).
328
*
329
* @param {(Date|number|string)} date Date to format either as Date object, milliseconds (string or
330
- * 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
331
* shorter versions like yyyy-MM-ddTHH:mmZ, yyyy-MM-dd or yyyyMMddTHHmmssZ). If no timezone is
332
* specified in the string input, the time is considered to be in the local timezone.
333
* @param {string=} format Formatting rules (see Description). If not specified,
0 commit comments