Y
Hacker News
new
|
ask
|
show
|
jobs
Using the Best Date Format
(
xqt2.com
)
2 points
by
MJSplot_author
3812 days ago
1 comments
Zekio
3812 days ago
YYYY/MM/DD is the best format(edit: it's the same one used in article ofc), since it is also sort-able
link
MJSplot_author
3812 days ago
I like YYYY-MM-DD as it is also sortable and doesn't require any escaping as a file name on windows or Linux. It's part of ISO8601.
link
Zekio
3812 days ago
slashes or dashes makes no difference to me, still the most readable formats, since we are used to the biggest number first, from our numbering system :)
link