Skip to content

Commit 30162b7

Browse files
pkozlowski-opensourceIgorMinar
authored andcommitted
docs(dateFilter): properly specify range for the Z format modifier
Closes angular#1533
1 parent 7d18d0a commit 30162b7

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
@@ -284,7 +284,7 @@ var DATE_FORMATS_SPLIT = /((?:[^yMdHhmsaZE']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|d+
284284
* * `'s'`: Second in minute (0-59)
285285
* * `'.sss' or ',sss'`: Millisecond in second, padded (000-999)
286286
* * `'a'`: am/pm marker
287-
* * `'Z'`: 4 digit (+sign) representation of the timezone offset (-1200-1200)
287+
* * `'Z'`: 4 digit (+sign) representation of the timezone offset (-1200-+1200)
288288
*
289289
* `format` string can also be one of the following predefined
290290
* {@link guide/i18n localizable formats}:

0 commit comments

Comments
 (0)