Y
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
ant6n
1581 days ago
In my world, there are two date formats: yyyy-mm-dd and dd.mm.yyyy.
Anything involving a slash is asking for trouble.
link
tzs
1581 days ago
https://en.wikipedia.org/wiki/Date_format_by_country
link
Anything involving a slash is asking for trouble.