I have datagridview which fills data from database, there are columns where I have date and time in them \"MMddyyyy\" and \"hhmmss\" format, what I want to do is when the da
The sintax in DataGridView formating is a little different then in DateTime, but you can get the same result. In my example i have a Time collumn, that by default shows HH:mm:ss and I want to show only hours and minutes: