i strongly recommend you do format your string in PHP but if you really want to do it with mysql functions try this :
SELECT concat(substring(DateField,7,2),'.',substring(DateField,5,2),'.',substring(DateField,1,4)) .... FROM
anyway don't forget to use Date type in you database, it's really worthy