This is an English-language website, so I think it’s reasonable to expect posters on this website to know the names of the months in English.
If they can’t read English does it really matter about MMM as they won’t be able to read the posts to begin with (which are in English)?
That reminds me of the (reasonably standard) Julian Day, eminently suitable for computer applications:
- It counts days since 4713 BC, so most/all historical events should have a positive value;
- No ambiguity, since it is merely a single number.
It is not readily interpreted by humans (except astronomers), but your application can easily convert it to/from any user’s preferred format.
I guess because that didn’t even occur to me in a use that’s basically a tag. I would only use that spelled out on a sentence, or in the header of a formal letter.
But if you prefer that, please vote “other”. (And everyone is able to change their votes in this system.)
I’ve lost probably about a month of my life dealing with bugs related to date formats, IT people around the world have probably lost cumulative centuries of life, that’s why when I’m king of the world the only format allowed will be yyyymmdd under penalty of death.
Yes, let’s do this one. No brackets or dashes. 17Apr2022 or 17 Apr 2022 would be preferable to me. As others have said, year first is really only good for sorting, which is not needed here.
Okay, if I don’t get my first wish, I’ll vote for this.
The only time I use this is to sort files of photos on my computer.
Reported for death threat!!!
You use yyyyddmm to sort files?
I only saw that format at Edwards AFB. (But yeah, data.)
I had to do calculations using dates when I was working, so I used Julian a ton.
I can’t help but hear the 17-May-2022 date format in my head in a very supercilious British accent, and I find it offputting. But that’s my issue to deal with, and I can adjust if we (i.e America) ever convert out standard date format.
For photos, yes. For instance, in my photo file I may have a file that’s named Birds. Inside that will be files separated by years, and inside those will be photos by month.
I find it easier to search for a particular photo that way.
Yes, but they’re pointing out year - day - month, not year- month - day, which is nice for sorting (and what I have done in file naming since the mid-90s for photos and contracts.)
Oops, read that wrong. Year- month - day is what I use for sorting.
ISO 8601, natch.
Like others with an IT background, I tend to use dd MMM (YYYY if there’s any possibility of confusion) in correspondence, yyyymmdd if I’m naming something I suspect I may want to sort. I confess to being somewhat sloppy in Excel and defaulting to mm/dd/yyyy, but since Excel keeps the date as a serial number internally I don’t feel too bad about it.
My first job was on an IBM System/3, which lacked a DBMS and used flat files instead (and even after converting to a DBMS-based system the file structures remained the same). All dates were defined as six-character fields in mmddyy format; I have no idea whatsoever how they dealt with Y2K.
xx month CYxx or CYxx month xx is unambiguous.
5/4 is the most obvious example that can be misconstrued depending on who your are and what country you live in.
That is very considerate of you [tips hat] Thank you.[/tips hat]
But as a antipodean non-merkin my subconscious mind translates everything on the Dope into local speak. Days, times, seasons, weights, lengths, volumes, areas, temperatures, speed, currency, political compass, spelling, nomenclature, societal norms et al.
Having something I didn’t need to translate might cause confusion.
I always thought that slashes implied mm/dd/yy and dashes implied dd-mm-yy. No one ever told me that, I just assumed it. I gave up on both and use
dd MMM yyyy. But I am easily confused. I can never remember if noon is 12 AM or 12 PM, so I just use noon.
Yeah, best practice is to write 12 noon and 12 midnight, which is what I do in my contracts to avoid any confusion. Conventionally, since the minute after noon is 12:01 p.m., 12 noon is written out as 12 p.m., so it doesn’t go 12:00 a.m. - 12:01 p.m. - 12:02 p.m. And midnight is 12:00 a.m. Or just use 24 hour time, where 0:00 is midnight and 12:00 is noon. (Or sometimes there is 24:00 for midnight ending the day, usually seen in train/bus schedules and the like. So Monday 0:00 is the midnight from Sunday into Monday, but Monday 24:00 is the midnight from Monday into Tuesday. You wouldn’t see this on clocks, though, as they go to 0:00 after 23:59. I’ve only seen it on schedules or store hours, like 0-24 or 0:00 - 24:00, meaning open 24 hours.)
IT admin sort here. So my work usage is CCyymmdd, with or without dashes depending on my target audience. In personal matters it’s mm/dd/yy.
A soul after my own heart! I LOVE that standard! I use the time of day portion, too. Though it also provides a way to mark a duration, and a way to mark an interval, and I do need to look those up when I use them because it’s not so often.
Great, great standard. I can’t tell you how many files I have named that way!!