From c02325dd061de63a70d751d3ddd9eac4424b6227 Mon Sep 17 00:00:00 2001 From: Luka Pejovic Date: Tue, 23 Aug 2016 20:57:41 +0200 Subject: [PATCH] docs(DatePipe): add AM/PM designator in description #10998 --- modules/@angular/common/src/pipes/date_pipe.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/@angular/common/src/pipes/date_pipe.ts b/modules/@angular/common/src/pipes/date_pipe.ts index 68bf023591..154e863cc0 100644 --- a/modules/@angular/common/src/pipes/date_pipe.ts +++ b/modules/@angular/common/src/pipes/date_pipe.ts @@ -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.