Comment on Perspective
CanadianCarl@sh.itjust.works 2 months agoI prefer writing it out as DD MM YYYY, but i like my computer to sort everything by YYYY MM DD.
Comment on Perspective
CanadianCarl@sh.itjust.works 2 months agoI prefer writing it out as DD MM YYYY, but i like my computer to sort everything by YYYY MM DD.
Karyoplasma@discuss.tchncs.de 2 months ago
YYYY-MM-DD is the ISO standard for that exact reason. It sorts chronologically without having to implement a custom comparator, regular string comparison is enough.