How to find the System Date Format?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • akashazad
    New Member
    • Sep 2007
    • 38

    How to find the System Date Format?

    Dear Friends
    I would Like to know if there is any way we can find the Current Date format of the Server.

    I mean is there any Query or function by which we can find out the the Date format on SQL Server is either
    "MM/DD/YYYY"
    or
    "DD/MM/YYYY"
    or Any thing Else.
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    Yes, there's a way...

    Try this:

    Code:
    sp_helplanguage @@language
    Happy Coding!!!


    --- CK

    Comment

    • akashazad
      New Member
      • Sep 2007
      • 38

      #3
      Hi CK9663
      Thankx for the reply.

      Comment

      Working...