CliffBryde35
New Member
I created a DataGrid in code, but the date field is in ISO Sortable Standard, Does anyone know how to change the date format in a datagrid from ISO Sortable Standard to Short Date. thankyou for you time and help. <BR>This databound column definition uses the DataFormatString property to yields a short date format:<BR><BR><ASP:BoundColumn HeaderText = "Date" DataField = "rDate" DataFormatString = "{0:d}" /><BR>