Skip to content

Commit

Permalink
Swap %d and %e to fix typo, closes hadley#1550
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel committed Nov 9, 2023
1 parent fd39b44 commit 35c5af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datetimes.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 35c5af0

Please sign in to comment.