Don't return time stamp

I am trying to do a date between but I don't want to return the timestamp

is this in Cognos or sql server?

Its SQL

select x,y,z
From ibm
where cast(datewithstamp as date) beweet @fromdate and @todate

Thank you