Merge pull request #2885 from jones-josh/ordinal-date

Add ordinal date toolbar format specifier to clock module
This commit is contained in:
Alexis Rouillard
2024-02-19 23:03:40 +01:00
committed by GitHub
3 changed files with 40 additions and 2 deletions

View File

@ -157,6 +157,7 @@ View all valid format options in *strftime(3)* or have a look https://en.cpprefe
- *{calendar}*: Current month calendar
- *{tz_list}*: List of time in the rest timezones, if more than one timezone is set in the config
- *{ordinal_date}*: The current day in (English) ordinal form, e.g. 21st
# EXAMPLES