Ok, I didn't see the other post on the first page. It looks like it will be easiest to fix the formatting problem in the database first and then set the DefaultCellStyle. Right now the date field is just a integer data type, so I will fix that first. mySQL stores dates like 2008-06-27, so I will have to convert some stuff.

Thanks stanav