I've noticed a lot of UK job applications use the American MM/DD/YYYY date format and some also say "resume" instead of CV. Does that annoy you if you're British?
I've noticed a lot of UK job applications use the American MM/DD/YYYY date format and some also say "resume" instead of CV. Does that annoy you if you're British?
It annoys me even though I'm still in the U.S.
Edit: For everyone saying CVs and resumes are different, that might be literally the case, but that is not how job applications are using them. I just went to this one:
The only correct format is from greatest to smallest: yyyy-mm-dd
This is, in my mind, verifiable by noting the way that lists are ordered when using this format. They are sequential. This isn’t true for either of the other formats.
As a programmer I agree. I have fucked around with trying to parse unrestricted user inputs of dates and I have found out.
Year first is the only way I can actually know which value is day vs. month.
Why don't programmers make a programme that can read dates instead of complaining that dates aren't in a obscure format?
They in control of their own issues.
Yep, most to least significant is great because you can sort dates temporally with a numeric/string sort.
Yes.
If I saw that in a job advert I might just apply without reading the rest. I don't think I ever have though.
It's great for lists but I don't know a single person who's gonna say "hey let's meet up on 2024 December 11th."
Dates written in a numbers only format are not about matching the spoken language. You also would not say, "let's meet on twelve eleven twenty twentyfour."
You must not know many programmers that have had to deal with American date formatting then.