Click to See Complete Forum and Search --> : How to change SYSDATE format?????


hema
04-01-2007, 03:54 AM
I know that changing SYSDATE is only possible by changing date in OS,but tell me command,to change SYSDATE format.................:)

davey23uk
04-01-2007, 06:18 AM
change nls_date_format to what you want

ales
04-02-2007, 05:10 AM
e.g.
alter session set nls_date_format='DD.MM.YYYY HH24:MI:SS';

hema
04-04-2007, 01:04 PM
Thank U Davey& Ales