what's the best way to handle dates in .net and sql
i recieve this form my sql in my app

11/11/2005 12:00:00
but I don't want that, what i want is to get the date not the time

11/11/2005
how can I fix it??