Comment by nvilcins
4 years ago
Tangentially, I frequently add dates to filenames to keep things organized. And _always_ in the `YYYYMMDD` format for clarity and technical reasons; `DDMMYYYY` (or God forbid the Americans' `MMDDYYYY`) never made much sense to me.
I do this so often that I have an emacs macro or two that helps me out:
That inserts the "proper" date format (e.g., 2021-11-11) at the current point.
Then to create a date-stamped file name:
And a few others.
Nobody seems to misunderstand this date format. US folks might find it annoying, but understand what it means.