I am pulling in date values from a sql server database using a gridview and and the date gets converted from
12/12/2009 to 12/12/2009 12:
You can also use .ToShortDateString() on the DateTime Object if you are already manipulating the date in the RowDataBound
.ToShortDateString()