Hacker News new | ask | show | jobs
by Ma8ee 1581 days ago
Is that date format used anywhere outside the US? We have always used YYYY-MM-DD. Which is very nice, if for nothing you can use a single string sort if for whatever reason need to sort them.
2 comments

In my world, there are two date formats: yyyy-mm-dd and dd.mm.yyyy.

Anything involving a slash is asking for trouble.