G Guiar Member Oct 6, 2004 #1 How can I see the time on a "date" variable. I only get the date on the popup value display as well as on the "variable to watches"
How can I see the time on a "date" variable. I only get the date on the popup value display as well as on the "variable to watches"
TenGor Member³ Oct 7, 2004 #1 Hy, just set the following code before your Procedure starts: Code: dbms_session.set_nls('nls_date_format','''DD.MM.YYYY HH24:MI:SS'''); or any other formatmask
Hy, just set the following code before your Procedure starts: Code: dbms_session.set_nls('nls_date_format','''DD.MM.YYYY HH24:MI:SS'''); or any other formatmask