I need help on my DataGridView column date format. I want the date to be \"MM/dd/yyyy\". I dont need the time.
How can this be done programmatically?
You should use DataFormatString as {0:MM/dd/yyyy} on the column to get desired date format.