Writing dates and times · Notes

Writing dates and times

By accident, I discovered that Google Translate translates a date format of dd.mm.yyyy to mm/dd/yyyy. It’s unclear whether there is an established standard of using slashes for month-first dates and dots for day-first dates, but such a standard would eliminate great confusion. Below is a (non-exhaustive) list of date and time formats along with my preferences.

FormatExamplePreference
d<Suffix> of Month, yyyy4th of May, 1900Alternative
Mth d, yyyyMay 4, 1900Preferred
m/d5/4Alternative
dd.mm04.05Alternative
mm/dd/yyyy05/04/1900Alternative
dd.mm.yyyy04.05.1900Preferred
yyyy-mm-dd1900-05-04Preferred
FormatExamplePreference
h tt
h:MM tt
8 AM
8:30 AM
Preferred
HH:MM08:00Alternative
HH:MM tt08:00 AMAlternative
h o'clock8 o’clockAlternative
HHmm hrs0800 hrsPreferred

I use “a.m.” and “p.m.” or “am” and “pm,” or “AM” and “PM,” based on the surrounding text context.

On this website, the following date formats will be used for references:

  • Year: yyyy-XX-XX
  • Month: yyyy-mm-XX
  • Day: yyyy-mm-dd

The “X” represents the literal “X”. For examples, go back to ~/notes.

Original note: 2022-XX-XX

One photon at a time.

Email © 0000 A. | P., V. R.