There is a hidden field as last_updated_date
in my Oracle Apex application form. I have set SYSDATE
as default value of that field. After adding data, I'v checked database table and data in last_updated_date
column is show as 15-JUN-12 00:00:00
. Time is not saved.
How could I save both date and time?
In the hidden item's properties set:
DD-MON-YYYY HH24:MI:SS
TO_CHAR(SYSDATE,'DD-MON-YYYY HH24:MI:SS')
PL/SQL Expression
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With