codice:
<?php
$date = '2009-06-11 14.50';

setlocale(LC_ALL, 'it_IT.utf8');
echo strftime('%A %e %B', strtotime($date));
?>