well done xblue!
$var = "060203";
$day = substr($var, 0, 2);
$month = substr($var, 2, 2);
$year = substr($var, 4, 2);
$format = mktime(0, 0, 0, $month, $day, $year);
echo date("D M Y",$format);
oh didn't notice yours dotbands my connection stopped, but same thing 🙂
Cheers
Ant