codice:
SELECT *, date_format(campo_date,"%d-%m-%Y") as data_it
FROM tabella 
WHERE year(campo_date) = 2008