I have a datagrid, using datatablestyle to format the date.

txtColStartDate.Format = "MM/dd/yyyy"

same format, but gives me different results
sometimes, i get 05/03/2004 , which is what i want
sometimes, i get 05/03/2004 12:00:00 AM, i dont know why i get this.

any ideas?
thanx