I am populating a datagrid with a query from Oracle, one column is a
date field which I am populating thus:
<asp:BoundColum n DataField="DATE _SENT" HeaderText="DAT E SENT">
<ItemStyle HorizontalAlign ="Left"></ItemStyle>
</asp:BoundColumn >
The problem is that it displays as the Oracle default of date time
AM/PM where as I only want to see the date like 4/14/2006
How would I convert this? do I do it in the SQL or whilst populating
the datagrid and how?
Thanks in advance
date field which I am populating thus:
<asp:BoundColum n DataField="DATE _SENT" HeaderText="DAT E SENT">
<ItemStyle HorizontalAlign ="Left"></ItemStyle>
</asp:BoundColumn >
The problem is that it displays as the Oracle default of date time
AM/PM where as I only want to see the date like 4/14/2006
How would I convert this? do I do it in the SQL or whilst populating
the datagrid and how?
Thanks in advance
Comment