From 9b7c6808283259111a438f2011ab2374683e4546 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 4 May 2007 22:41:13 +0000 Subject: [PATCH] =?UTF-8?q?Qual:=20Utilisation=20format=20norm=E9=20de=20d?= =?UTF-8?q?ate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/boxes/box_actions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/boxes/box_actions.php b/htdocs/includes/boxes/box_actions.php index becdd220416..7eec5fb5ec9 100644 --- a/htdocs/includes/boxes/box_actions.php +++ b/htdocs/includes/boxes/box_actions.php @@ -115,7 +115,7 @@ class box_actions extends ModeleBoxes { 'url' => DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->idp); $this->info_box_contents[$i][2] = array('align' => 'right', - 'text' => dolibarr_print_date($objp->dp, "%d %b %Y - %H:%M")); + 'text' => dolibarr_print_date($objp->dp, "dayhour")); $this->info_box_contents[$i][3] = array('align' => 'right', 'text' => $objp->percent. "%");