I always thought it should be listed the way you say it.
I say "January fifteenth, 2018", so to me it should be written as "01/15/2018". To me that just makes sense regardless of whatever you are used to.
But I am always for more options for those who prefer it otherwise.
...y'know, as an American the reality of it all bothers me. Since I'm an American all these things are completely normal to me, even if I'm the actual oddball of the world. Fahrenheit instead of Celsius, Feet instead of Meters. Soccer instead of Football.
Even something as trivial as writing the date. Putting the Month first is just second nature even when EVERYONE else does it another way. Damn it America why couldn't you just conform already??
...y'know, as an American the reality of it all bothers me. Since I'm an American all these things are completely normal to me, even if I'm the actual oddball of the world. Fahrenheit instead of Celsius, Feet instead of Meters. Soccer instead of Football.
Even something as trivial as writing the date. Putting the Month first is just second nature even when EVERYONE else does it another way. Damn it America why couldn't you just conform already??
We don't bend the knee here.
...y'know, as an American the reality of it all bothers me. Since I'm an American all these things are completely normal to me, even if I'm the actual oddball of the world. Fahrenheit instead of Celsius, Feet instead of Meters. Soccer instead of Football.
Even something as trivial as writing the date. Putting the Month first is just second nature even when EVERYONE else does it another way. Damn it America why couldn't you just conform already??
Lol this thread is hilarious.
People getting genuinely offended that other parts of the world use different date formats.
There is no right or wrong here, only what you are used to. I personally couldn't care less as long as it is clear which format is used. I think people should try to be more flexible in their thinking.
Incredible that date formats can lead to the kind of tribalism in this thread.
To be honest, I always had issues with that. As long as the day part is greater than 12, it's fine. But whenever I see 11/09/2017 or something like that, I'm never sure whether it refers to september or november (especially if the game has been produced by an American company, because my experience is that it will either use my system settings or the hardcoded American system). If the date format is clearly stated, either way is fine. The problem is uncertainty.
BTW. ANSI (American National Standards Institute) date format is the same as ISO 8601 (ANSI is a member of ISO!), so at least in international communication, the YYYY-MM-DD should be used.
I agree. Although everyone is using the DDMMYYYY format, the YYYYMMDD format is more logical.Actually, I'd like to see the chinese format become widespread, which iz: YYYYMMDD. It has the property of being very easy to compare 2 dates and see which one is more recent. That might sound like a silly problem, but in terms of programming, you can simply convert 2 dates of this format to their integer equivalents and compare those right away with no need for librairies, breaking apart each part of the date and whatnot. 15th of January 1975 would result in 19750115, and 29th of March 1978 would result in 19780329. The latter is a bigger number, thus happened later than the former.
It's pretty unlikely tho, as most of the world is currently using the DMY format.
Just ask yourself does format MMDDYYYY makes any sense? No it does not. Please change to DDMMYYYY.
Judas Helviaryn wrote: »Don't incorporate bugs into your builds, and you won't have [an] issue.
Actually, I'd like to see the chinese format become widespread, which iz: YYYYMMDD. It has the property of being very easy to compare 2 dates and see which one is more recent. That might sound like a silly problem, but in terms of programming, you can simply convert 2 dates of this format to their integer equivalents and compare those right away with no need for librairies, breaking apart each part of the date and whatnot. 15th of January 1975 would result in 19750115, and 29th of March 1978 would result in 19780329. The latter is a bigger number, thus happened later than the former.
It's pretty unlikely tho, as most of the world is currently using the DMY format.
I agree. Although everyone is using the DDMMYYYY format, the YYYYMMDD format is more logical.Actually, I'd like to see the chinese format become widespread, which iz: YYYYMMDD. It has the property of being very easy to compare 2 dates and see which one is more recent. That might sound like a silly problem, but in terms of programming, you can simply convert 2 dates of this format to their integer equivalents and compare those right away with no need for librairies, breaking apart each part of the date and whatnot. 15th of January 1975 would result in 19750115, and 29th of March 1978 would result in 19780329. The latter is a bigger number, thus happened later than the former.
It's pretty unlikely tho, as most of the world is currently using the DMY format.
MMDDYYYY makes no sense but ZOS is a US firm so they have to cater to their US customers (which I assume are the majority of players).
Just ask yourself does format MMDDYYYY makes any sense? No it does not. Please change to DDMMYYYY.