Some genius decided that it would be a good idea to make all date fields in the table I am using look like this 20010206. Now I need to convert this into a valid date format(i.e. 02-06-2001). So I can put it in a new table that has dates being stored as datetime data types. How can I convert the original date format to the new date format.