DayLaborer
Programmer
I have a column in a DataGridView:[tt]
dgvEmpSearchResults.Columns["StartDate"][/tt]
which is displaying:[tt]
10/30/2009 12:00:00 AM[/tt]
but I just want it to display in ShortDate format. The DataGridView is bound to a (list) DataSource. How can I change the display format of the dates in this column?
Thanks!
Eliezer
dgvEmpSearchResults.Columns["StartDate"][/tt]
which is displaying:[tt]
10/30/2009 12:00:00 AM[/tt]
but I just want it to display in ShortDate format. The DataGridView is bound to a (list) DataSource. How can I change the display format of the dates in this column?
Thanks!
Eliezer