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)
{