Yes
Because we just always have to tinker with things and change them around and be different from everyone else.
2006-07-07 13:44:41
·
answer #1
·
answered by Pichi 7
·
1⤊
1⤋
Yes, I believe that only the US and Canada uses the MM/DD/YYYY date format. Al least in Latin Amercia the common format is DD/MM/YYYY
2006-07-07 14:15:47
·
answer #2
·
answered by nicolefc_123 4
·
0⤊
0⤋
Just to clear this up: in the UK the traditional date format is actually DD/MM/YYYY. We only say 'september 15th' because of the influence american culture has on us...grr!
2006-07-07 20:27:11
·
answer #3
·
answered by guest 5
·
1⤊
0⤋
I don't know if it is the only place but I know Europe moreso uses the
MM July YYYY or 07 Jul 2006 format.
I know they're the only place that doesn't use the metric system either.
2006-07-07 13:45:22
·
answer #4
·
answered by luvfurypassionenergybabe 5
·
0⤊
0⤋
Somewhat true. There are SOME less popular countries that use that. The situation is much like the metric system versus whatever system the states uses. I think it's America's dire need for so called individuality. pssh.
2006-07-07 13:45:40
·
answer #5
·
answered by humdrum 3
·
0⤊
0⤋
it's just a way to get of turning up at important international meetings on the correct date ;~)
2006-07-14 04:43:51
·
answer #6
·
answered by Steve H 1
·
0⤊
0⤋
Canada does it too. But, I think we're the only ones.
2006-07-07 13:45:04
·
answer #7
·
answered by Fran33 2
·
0⤊
0⤋
because US try to be different from the british colonial. as you can see, the spellings are also different
2006-07-07 20:28:41
·
answer #8
·
answered by Anonymous
·
0⤊
0⤋
uh no the US Army uses ddmmmyyyy ie 07JUL2006
2006-07-07 13:51:22
·
answer #9
·
answered by 20mommy05 5
·
0⤊
0⤋
correct code #include using namespace std; #include int main() { char dd[11]="11/12/2009"; int count; count=strlen(dd); if(count!=10) { cout<<"invalid date"; } else if((dd[2]!='/') && (dd[5]!='/')) { cout<<"invalid date"; } else { cout<
2016-03-26 20:56:31
·
answer #10
·
answered by Anonymous
·
0⤊
0⤋