I've got a datagrid that shows a date (returned from SQL) and I don't want the time to show, just the date. can anyone tell me how I can do this?
Code:
<asp:BoundField DataField="RequestDate" SortExpression="RequestDate" HeaderText="Date">
<ItemStyle VerticalAlign="top" Width="8%" />
</asp:BoundField>