Retrieving date using :old and :new in triggers
anjana83May 11 2010 — edited May 12 2010Hi
I am exeuting a trigger and while retrieving a date field from it using :OLD and :NEW variables, it leaves the timestamp part.
for example,the actual value for start_date field in the table is '10/12/2005 7:04:25 PM', but when I use :NEW.start_date , it returns only '10/12/2005' .
How to make it return the timestamp also?
Thanks.