Hacker News new | ask | show | jobs
by luspr 2153 days ago
European here, American date format is better.
5 comments

American here. It sucks. ISO dates are the best solution.
American here, and ISO is better than the common American format, though US military date style is also better than the more common American format, and maybe better than ISO for some uses.
I mean ISO. It's lexicographically ordered. And gets more detailed / fine-grained reading left to right. (Year-month-day). I like those features.
> US military date style

That's basically the European format.

Different European here, the american date format makes absolutely no sense to me and I've lived in america for the last 6 years.
I mean ISO. It's lexicographically ordered. And gets more detailed / fine-grained reading left to right. (Year-month-day). I like those features.
In everyday business, when dealing with dates, the month is usually what you care about most, followed by the day, and then the year (which is often redundant or implicit).

Thus, month/date/years is more "ergonomic" or "user friendly," if one is equally used to either format.

A similar example is time. The hour is usually what you care about most, followed by the minutes, with seconds most often being irrelevant. Fortunately, that's how everyone writes time.

In everyday business, I would generally start with the day and then follow with the month if it's relevant (often it's not, if talking about a date in the near future), and finally by year if needed. I can't imagine when I'd start with the month, really, but that might be because in Finnish you'd almost always say and write dates with the day first.

As far as date formats go, apart from the ISO format, "21 Jul 2020" is definitely my favorite and always unambiguous. The only downside is that it's language dependent.

I mean ISO. It's lexicographically ordered. And gets more detailed / fine-grained reading left to right. (Year-month-day). I like those features.