DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Convert DATE to DAY

  1. #1
    Join Date
    Dec 2001
    Location
    Atlanta
    Posts
    175

    Convert DATE to DAY

    Dear All,

    I need help. I am trying to write a function to convert a date to a day. For example, a datefield like orderduedate converted to Monday or Tuesday or Wednesday etc. instead of 07/11/2005
    Any help will be appreciated.

    Thanks

  2. #2
    Join Date
    Feb 2002
    Posts
    18
    to_char(orderduedate,'day') will return sunday,monday etc.

  3. #3
    Join Date
    Dec 2001
    Location
    Atlanta
    Posts
    175
    mohanknm,

    Thanks alot.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width