docs(DatePipe): add AM/PM designator in description #10998

This commit is contained in:
Luka Pejovic 2016-08-23 20:57:41 +02:00 committed by Kara
parent 4a740f23a4
commit c02325dd06
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ var defaultLocale: string = 'en-US';
* | second | s | - | - | s (9) | ss (09) |
* | timezone | z | - | z (Pacific Standard Time)| - | - |
* | timezone | Z | Z (GMT-8:00) | - | - | - |
* | timezone | a | a (PM) | - | - | - |
*
* In javascript, only the components specified will be respected (not the ordering,
* punctuations, ...) and details of the formatting will be dependent on the locale.