<?php
setlocale(LC_TIME, 'ita');
echo strftime('Data : %Y-%m-%d</br> Ora :%H:%M:%S');
?>