G GianlucaVianello Member Jan 22, 2001 #1 How can I set the date format? The default is MM DD YYYY, I need to have DD/MM/YYYY Thanks
J jestep Member² Jan 22, 2001 #1 You have to set the NLS_DATE_FORMAT in the registry on the client or you need to put an "alter session set nls_date_format='yyyymmdd'" in your apps right after the connect
You have to set the NLS_DATE_FORMAT in the registry on the client or you need to put an "alter session set nls_date_format='yyyymmdd'" in your apps right after the connect