diff --git a/htdocs/fourn/index.php b/htdocs/fourn/index.php
index 1a0d1980392..f55b780fc11 100644
--- a/htdocs/fourn/index.php
+++ b/htdocs/fourn/index.php
@@ -266,7 +266,7 @@ if ($resql)
print '
'.img_object($langs->trans("ShowSupplier"),"company").'';
print " socid."\">".$obj->nom." | \n";
print ''.$obj->code_fournisseur.' | ';
- print ''.dol_print_date($obj->tms,'day').' | ';
+ print ''.dol_print_date($db->jdate($obj->tms),'day').' | ';
print "\n";
}
print "\n";