how can i split this into dates for it' 08th of feb 2012?
120208
$date = DateTime::createFromFormat('ymd','120208'); echo $date->format('jS \o\f F Y');