E così:

setlocale(LC_ALL, 'it');
$data=strftime("%d %B %Y", time());
echo "
$data
";

Thanks