Hi there,
If you want to do that in SQL, try this.
Code:
select convert(varchar,DATE_COLUMN,101)
I am not sure, if you are referring to ASP/ASP.NET. I assume you are working with ASP.Net
Then you got to use this formating expression for the datagrid.
{0:MM-dd-yyyy}
OR
{0:D} as Dataformatting expression
Hope that helps.
Cheers!
_________________________
- Vijay G
Strive for Perfection