Hi,
Can anyone help?
How can I show the the correct format if I used this code [PHP]:B_ros_poe_entr y.last_saved_da te := SYSDATE;[/PHP].
I'm expecting that this should generate MM-DD-YYYY HH:MM:SS but the problem is it's only the MM-DD-YYYY that is only showing on the database. What should I do inorder for the format of the date (MM-DD-YYYY HH:MM:SS ) should appear on the data base or on our table? BTW, the data type used for the column last_saved_date is date.
Please help!!
Can anyone help?
How can I show the the correct format if I used this code [PHP]:B_ros_poe_entr y.last_saved_da te := SYSDATE;[/PHP].
I'm expecting that this should generate MM-DD-YYYY HH:MM:SS but the problem is it's only the MM-DD-YYYY that is only showing on the database. What should I do inorder for the format of the date (MM-DD-YYYY HH:MM:SS ) should appear on the data base or on our table? BTW, the data type used for the column last_saved_date is date.
Please help!!
Comment