ci saranno metodi + eleganti.. ma potresti fare così

$v = date('d-m-Y); // dovrebbe stampare un output XX-YY-ZZZZ
$giorno = $v[0].$v[1];
$mese = $v[3].$v[4];
$anno = $v[6].$v[7].$v[8].$v[9];