Skip to content

Commit

Permalink
docs: Add 0 in padding of 'dd' (#20107)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhyey35 authored and vicb committed Nov 2, 2017
1 parent 7186c9c commit d156e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/pipes/date_pipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const ISO8601_DATE_REGEX =
* | | ww | Numeric: 2 digits + zero padded | 01... 53 |
* | Week of month | W | Numeric: 1 digit | 1... 5 |
* | Day of month | d | Numeric: minimum digits | 1 |
* | | dd | Numeric: 2 digits + zero padded | 1 |
* | | dd | Numeric: 2 digits + zero padded | 01 |
* | Week day | E, EE & EEE | Abbreviated | Tue |
* | | EEEE | Wide | Tuesday |
* | | EEEEE | Narrow | T |
Expand Down

0 comments on commit d156e72

Please sign in to comment.