this post was submitted on 26 Jan 2025
602 points (96.0% liked)
196
16842 readers
1255 users here now
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
yes, when the month is written non-numerically (and the year is written with four digits) there is no ambiguity.
but, the three formats in OP's post are all about writing things numerically.
In some contexts, writing out the full month name can be clearer (at least for speakers of the language you're writing in), but it takes more (and a variable amount of) space and the strings cannot be sorted without first parsing them into date objects.
Anywhere you want or need to write a date numerically, ISO-8601 is obviously much better and should always be used (except in the many cases where the stupid formats are required by custom or law).