What is wrong with my dateformat? <asp:BoundField DataField="BatchDate" DataFormatString="{0:MM/dd/yyyy}" HeaderText="Batch Date" /> My datatype is datetime i.e. I was expecting 01/01/2006 but I get 01/01/2006 12:00:00 am.
-- Arne Garvander (I program VB.Net for fun and C# to get paid.)