From f036ee407b9b92b8e3a9ae987b8341a48d90a656 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 20 Mar 2007 23:46:03 +0000 Subject: [PATCH] =?UTF-8?q?Format=20date=20g=E9r=E9=20selon=20la=20langue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 3f28875e060..29cdc0fcd23 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -2856,7 +2856,7 @@ class Form // Affiche taille fichier print ''.filesize($filedir."/".$file["name"]). ' bytes'; // Affiche date fichier - print ''.strftime("%d %b %Y %H:%M:%S",filemtime($filedir."/".$file["name"])).''; + print ''.dolibarr_print_date(filemtime($filedir."/".$file["name"]),'dayhour').''; if ($delallowed) {