Codice PHP:
<?php
setlocale
(LC_TIME'ita');    
    echo 
strftime("%A %d %B %Y - %H.%M" time()); 
 
?>