Codice PHP:
//se hai le ripettive impostazioni di lingua installate
//nel tuo sistema puoi usare anche setlocale(LC_TIME, "it_IT");
setlocale(LC_TIME, "Italian");
//output: dom 13 mar 2005 14:36
$data_ora = strftime("%a %d %b %Y %H:%M", time());
Codice PHP:
//se hai le ripettive impostazioni di lingua installate
//nel tuo sistema puoi usare anche setlocale(LC_TIME, "it_IT");
setlocale(LC_TIME, "Italian");
//output: dom 13 mar 2005 14:36
$data_ora = strftime("%a %d %b %Y %H:%M", time());