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:
when you select the field from the database you can convert it to a string in the select as:
convert(varchar, myDate, 101)