Nidheesh Krishna wrote:Hello,
I am trying to insert current date& time to Oracle database with format "yyyy-mm-dd hh:mm:ss".
My database datatype is "DATE".
This is the code i used.
But in database the value stored in the format "yyyy-mm-dd 00:00:00". I want time also. How can i solve this?