diff --git a/htdocs/fourn/commande/history.php b/htdocs/fourn/commande/history.php index e39e24b84c8..0da82a6c157 100644 --- a/htdocs/fourn/commande/history.php +++ b/htdocs/fourn/commande/history.php @@ -99,7 +99,7 @@ if ($_GET["id"] > 0) if ($commande->methode_commande_id > 0) { print ''.$langs->trans("Date").''; - print ''.dolibarr_print_date($commande->date_commande,"%A %e %B %Y")."\n"; + print ''.dolibarr_print_date($commande->date_commande,"%A %d %B %Y")."\n"; print ' '; print ""; }