From 71d3df464922e2a219f2d027d00b6e2823229617 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 14 Oct 2005 21:51:44 +0000 Subject: [PATCH] Fix: Jour du mois incorrect --- htdocs/fourn/commande/history.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""; }