47.3 LaTeX Date and Time Formats

}

}

20201105

To ensure use of Britush date format, as in 28th September, 2020, use with the british option.

\usepackage[british]{babel} % British dates for \today{}.

For more sophisticated dates and times use , also with the british option.

\usepackage[british]{datetime2} % Enhanced date and time.
...
\today{}  % 1st October 2020
\DTMnow{} % 1st October 2020 6:43am +10:00

And for ISO standards:

\usepackage{datetime2} % Enhanced date and time.
...
\today{}  % 2020-10-01
\DTMnow{} % 2020-10-01 06:43:11+10:00


Your donation will support ongoing availability and give you access to the PDF version of this book. Desktop Survival Guides include Data Science, GNU/Linux, and MLHub. Books available on Amazon include Data Mining with Rattle and Essentials of Data Science. Popular open source software includes rattle, wajig, and mlhub. Hosted by Togaware, a pioneer of free and open source software since 1984. Copyright © 1995-2022 Graham.Williams@togaware.com Creative Commons Attribution-ShareAlike 4.0