diff --git a/datetimes.qmd b/datetimes.qmd index 533014d..ca6fc63 100644 --- a/datetimes.qmd +++ b/datetimes.qmd @@ -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 |