Regarding Date DataType

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mansi sharma
    New Member
    • Mar 2008
    • 22

    Regarding Date DataType

    I want to ask that date is enter in the format--
    MM / DD / YYYY

    & result is retrived in which format?????

    I want to display the date in the format as May 03,2008.
    Suggestions are welcome....
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    Originally posted by mansi sharma
    I want to ask that date is enter in the format--
    MM / DD / YYYY

    & result is retrived in which format?????

    I want to display the date in the format as May 03,2008.
    Suggestions are welcome....

    Depends on your variable data type. In any case just use CONVERT

    -- CK

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      You can format the output in any format you want as per your requirments.

      Comment

      Working...