How to change the format of date in DataGridView cell in WinForm Application?
The source format of that cell is “YYYY-MM-DD” and I want to change it as “DD/MM/YYYY”.
How can I accomplish this ?
How to change the format of date in DataGridView cell in WinForm Application? The
Share
By changing the default cell style.
http://msdn.microsoft.com/en-us/library/f9x2790s.aspx