Yahoo Answers is shutting down on 4 May 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

MM/DD/YYYY Date format....?

Is it true that the USA is the only nation that uses the MM/DD/YYYY date format and if so, why?

13 Answers

Relevance
  • Pichi
    Lv 7
    2 decades ago
    Favourite answer

    Yes

    Because we just always have to tinker with things and change them around and be different from everyone else.

  • 2 decades ago

    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

  • guest
    Lv 5
    2 decades ago

    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!

  • 2 decades ago

    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.

  • 2 decades ago

    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.

  • 2 decades ago

    it's just a way to get of turning up at important international meetings on the correct date ;~)

  • 2 decades ago

    Canada does it too. But, I think we're the only ones.

  • Anonymous
    2 decades ago

    because US try to be different from the british colonial. as you can see, the spellings are also different

  • 2 decades ago

    uh no the US Army uses ddmmmyyyy ie 07JUL2006

  • Anonymous
    5 years ago

    correct code #include<iostream> using namespace std; #include<string.h> 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<<dd<<" is valid"; } return 0; }

Still have questions? Get answers by asking now.