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:
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:
You must not know many programmers that have had to deal with American date formatting then.
I used to be a programmer myself (originally studied it for game design but now I’m a 3d animator) and it’s why there’s a specific default data structure built in to most programming languages to handle dates and internationalization of those dates.
Please someone tell oracle and microsoft.
https://docs.oracle.com/javase/8/docs/api/java/util/Date.html
https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-9.0
Looks like someone already did. Been around since at least JDK 1.1
They need to be told a fuck of a lot harder then.
If you really need a specialized toolset to handle managing dates and times in a program beyond whats already there, then find a library that has the tools you’re looking for or make it yourself if it doesn’t exist. Extending the date class is always an option.