The MySQL database has a date field in this format:
yyyy-mm-dd (2009-12-01)
When this field is pulled into a Gridview the format changes to:
yyyy-mm-dd HH:mm (2009-12-01 12:00)
How do I get the gridview not to change the default database format?
(most solutions that I have found recommend setting the value in asp:boundfield but this requires the potentially risky HtmlEncode=false)