Hi All,
Need Your help.
my scenario is i have a table with date column and I want to insert date with timestamp in this column via forms.
I am using below code but only Date with 16-OCT-0018 00:00:00 is getting saved in table.
:Block.item_DATETIME := to_date(SYSDATE,'DD-MON-YYYY HH24:MI:SS');
Regards,
Balaji