I was trying to create a table as follows,
create table table1(date1 datetime,date2 datetime);
First I tried inserting values as below,
I'm Tried this and it's working with me :
SELECT CONVERT(date, yourDate ,104)