Military be like 23/NOV/2023
YYYY-MM-DD should be the main everywhere.
It is in Lithuania
YYYY-MM-DD is the only acceptable date format, as commanded by ISO 8601.
Sorting by date would be so much better with yyyymmdd .
“There shall be no other date formats before ISO8601. Remember this format and keep it as the system default”
Largest to smallest unit of time. It just makes sense.
If you have years of files named similarly with the date, you will love the ISO standard and how it keeps things sorted and easy to read.
I have autohotkey configured to insert the current date in ISO 8601 format into my filenames on keyboard shortcut for just this reason. So organized. So pure.
Holy shit teach me your ways how do I do that
Are you familiar with AHK at all?
Nope not yet
Download Autohotkey, and create a new script. Paste these shortcuts into the script and restart the script:
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
:R*?:ddd::
FormatTime, CurrentDateTime, yyyy-MM-dd
SendInput %CurrentDateTime%
return
:R*?:dtt::
FormatTime, CurrentDateTime, yyMMddHHmm
SendInput %CurrentDateTime%
Return
Now, if you type ‘ddd’ on your keyboard, the current date will be typed out, eg ‘2023-11-23’.
If you type ‘dtt’ tgen the datetime stamp will be typed out in YYMMDDhhmm format, eg 2311231012
There are so many cool things you van do with AHK to make your work more productive. For example, rather tgan typing your email address a billion times, add the shortcut:
And then you can type ‘add1’ and hit space, and your email address will be typed out in full. Of course, the string ‘add1’ can be whatever you want.
I love you.
YYYY-MM-DD:HH:MM:SS
YYYY-MM-DDTHH:MM:SS.SSSSSSSSSZ
deleted by creator
YYYY-MM-DD:HH:MM:SS+TZ
For file names, absolutely.
When I’m asking what date it is I typically know the current year.Well la-tee-dah, look at mister not-shitfaced-every-day here, bragging like a big man
I can lie under the table, puking my guts out and still remember the year.
You need more training, son.
Glad I can count my own country, Lithuania, among the enlightened.
EDIT: Source of the picture: https://en.m.wikipedia.org/wiki/File:Date_format_by_country_NEW.svg
where’s that? somewhere in africa?
/s because apparently it’s not implied
deleted by creator
ISO 8601 format is the best (YYYY-MM-DD).
For Excel 100%
YYYY-MM-DD for files, DD-MM-YYYY for normal use
Wtf why
So its possible to properly sort by date?
Japan I can get behind but MM/dd/yyyy is just evil, why would you sandwich days between months and years? You monster
I’m an ISO 8601 guy but the MM/DD does make sense in American. We’ll say Oct 20th for a date and then straight translate that to numbers 10/20. It makes more sense than counting in French. Ex. 60, 70, 80, 90
Counting in French is an incredibly low benchmark. Nice try!
Prepare your butthole for the Danish spoken number system, where they express integers in fractions
They should just introduce a new system. Noone likes five halves of twenty for fifty. I guarantee it.
Just indroduce English numbers, the end.
DD/MM/YY and YY/MM/DD are the only acceptable ones IMO. Throwing a DD in between YY and MM is just weird since days move by faster so they should be at one of the ends and since YY moves the slowest it should be on the other end.
The only reason they place month as first is because it is fits how dates are read in English, but that’s not a good reason to keep that format.
It’s how it is read in English (simplified) aka american english. Brittish english doesn’t do this nonsense, the talk in the correct format (first of january etc.).
(I’m sorry if i made some mistakes, english is my second language)
I grew up with DD.MM.YYYY. But I think, MM/DD makes sense in everyday usage. You don’t often need to specify dates with year accuracy. “Jane’s prom is on 7th September” – it’s obvious which year is meant. Then it’s sensible to start with the larger unit, MM, instead of DD.
Even in writing you see that the year is always given like an afterthought: “7th September**,** 2023“.
So when you say it out loud you say 7th September, and not September 7th?
I say “The 7th of September” because I was taught British English in school.
YYYY-MM-DD in Hungary too, that us shit is totally non logical, i cant get used to it
It’s very easy to sort by this format, makes perfect sense.
Easier to sort by YYYY-MM-DD than MM-DD-YYYY tho
Dammit, I misread here. Of course, the US format is terrible.
Hey… it sorts properly alphabetically
*ASCIIbetically. The alphabet doesn’t know digits.
Only within the same century, which is an issue for those of us born last millennium (or managing systems from that time), and could be a real problem in 50-ish years when we could get the first duplicates.
Better to stick with YYYY-MM-DD for alphabetical sorting
These formats are overrated.
MM/YYYY/DD
is clearly better.