Feb 2, 2005 #1 rasprer Programmer Feb 12, 2004 102 US Fellows, I have a character field with value of 02/10/2005. I need to convert this to a date with a DD-MON-YYYY format(10-FEB-05). I hate dates..any assistance would be appreciated.
Fellows, I have a character field with value of 02/10/2005. I need to convert this to a date with a DD-MON-YYYY format(10-FEB-05). I hate dates..any assistance would be appreciated.
Feb 2, 2005 #2 carp MIS Sep 16, 1999 2,622 US try TO_DATE('02/10/2005','MM/DD/YYYY') Upvote 0 Downvote
Feb 7, 2005 Thread starter #3 rasprer Programmer Feb 12, 2004 102 US Thanks Carp...I realized this after I had posted the question. Thanks Anyway. Upvote 0 Downvote