Codice PHP:
<?php
setlocale
(LC_TIME'it_IT'); // oppure ita_ITA
echo(ucwords(strftime('%d %B %Y')));
?>