$data = '2006-10-30';
list($anno,$mese,$giorno) = explode('-',$data);

hai le tre variabili e ci fai quello che vuoi.