Do anche io la mia versione
Codice PHP:
$data="2009-11-16"
setlocale(LC_TIME"it_IT");
echo 
ucwords(strftime("%A %e %B %Y",strtotime($data)));