Swap %d and %e to fix typo, closes #1550
This commit is contained in:
parent
fd39b442f4
commit
35c5af0e09
|
@ -108,8 +108,8 @@ Table @tbl-date-formats lists all the options.
|
|||
| Month | `%m` | Number | 2 |
|
||||
| | `%b` | Abbreviated name | Feb |
|
||||
| | `%B` | Full name | February |
|
||||
| Day | `%d` | Two digits | 02 |
|
||||
| | `%e` | One or two digits | 2 |
|
||||
| Day | `%d` | One or two digits | 2 |
|
||||
| | `%e` | Two digits | 02 |
|
||||
| Time | `%H` | 24-hour hour | 13 |
|
||||
| | `%I` | 12-hour hour | 1 |
|
||||
| | `%p` | AM/PM | pm |
|
||||
|
|
Loading…
Reference in New Issue