Post
by AlexP » Tue 10 Sep 2013 07:59
Hello,
According to Julian calendar, time counting starts from 01-01-4712, time format in SQLPlus depends on the value of the NLS_DATE_FORMAT field (you can see the settings in the V$NLS_PARAMETERS view). Format display in Delphi depends on the ShortDateFormat variable value. If you need a format similar to the Oracle 'DD-MON-RR' format, you can set ShortDateFormat := 'DD-MMM-YY';