NEVER use TO_DATE on a DATE (it is for converting strings to DATEs). To display a DATE in a required format use TO_CHAR with appropriate date mask, e.g.
Code:TO_CHAR (date_column, 'DD/MM/YYYY')
|
Results 1 to 5 of 5
Thread: How to change format dateThreaded View
|
Click Here to Expand Forum to Full Width |