Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Format Date in database

Re: Format Date in database

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 2 Jan 2005 13:46:03 -0800
Message-ID: <1104702363.448914.198440@c13g2000cwb.googlegroups.com>


I think mention of the to_char function which can be used to format the date value into almost any desired output format is also in order

to_char(date_value.'format string')

and for input to the database see to_date(:variable,'format')

See the SQL manual for all the possible format options HTH -- Mark D Powell -- Received on Sun Jan 02 2005 - 15:46:03 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US