this post was submitted on 12 Aug 2023
618 points (80.3% liked)
Memes
45581 readers
2237 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The first and the last date format are terrible because you can confuse the day of the month with the number of the month.
I only like date formats where it's not possible to confuse any field, like 8 Aug 2023. I minimize ambiguity.
If the date is in a file name, I make an exception using 2023-08-09 such that a string sort is equal to a date sort.
For actually displaying dates to others, I agree that spelling out the month is absolutely preferred. But if space is limited, you're somewhat required to pick a very shortened format, and the US version is dumb, even if that's what you should use when displaying in that locale.
But for working with dates on computers, year-month-day works great, because it's still human readable, is naturally sortable, and makes it easier for serialization.
The first one is conventionally never year-day-month, and if anyone ever sent me a date of 2023-17-08, I would respond with, "What the hell?! Are you being evil on purpose?"