I have a table TEST with a DATETIME field, like this:
DATETIME
ID NAME DATE 1 TESTING 2014-03-19 20:05:20.000
select *, cast ([col1] as date) from test where date = 'mm/dd/yyyy'
"col1" is name of the column with date and time here you can change name as desired