Format date gr selon la langue

This commit is contained in:
Laurent Destailleur 2007-03-20 23:46:03 +00:00
parent 25ad9a2c92
commit f036ee407b

View File

@ -2856,7 +2856,7 @@ class Form
// Affiche taille fichier
print '<td align="right">'.filesize($filedir."/".$file["name"]). ' bytes</td>';
// Affiche date fichier
print '<td align="right">'.strftime("%d %b %Y %H:%M:%S",filemtime($filedir."/".$file["name"])).'</td>';
print '<td align="right">'.dolibarr_print_date(filemtime($filedir."/".$file["name"]),'dayhour').'</td>';
if ($delallowed)
{