docs(common): fix the DatePipe API docs (#18548)

This commit is contained in:
Poy Chang 2017-08-08 02:47:08 +08:00 committed by Victor Berchet
parent 05472cb21b
commit 04b18a9f46
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ const ISO8601_DATE_REGEX =
* | month | M | L (S) | MMM (Sep) | MMMM (September) | M (9) | MM (09) |
* | day | d | - | - | - | d (3) | dd (03) |
* | weekday | E | E (S) | EEE (Sun) | EEEE (Sunday) | - | - |
* | hour | j | - | - | - | j (13) | jj (13) |
* | hour12 | h | - | - | - | h (1 PM) | hh (01 PM)|
* | hour | j | - | - | - | j (1 PM) | jj (1 PM) |
* | hour12 | h | - | - | - | h (1) | hh (01) |
* | hour24 | H | - | - | - | H (13) | HH (13) |
* | minute | m | - | - | - | m (5) | mm (05) |
* | second | s | - | - | - | s (9) | ss (09) |