I was trying to create a table as follows,
create table table1(date1 datetime,date2 datetime);
First I tried inserting values as below,
Just update the date format as like bellow
yyyy-MM-dd hh:MM:ss
It solves the problem for me and it works fine