I'd advise two things:
Either convert all the strings to the proper format using an update with concat() and substr() to grab the correct parts of the string an concatenate them together to form the new string,
or
Convert all the strings to their proper DATE counterparts. That saves diskspace, increases your flexibility and functionality, and speeds up your queries too.