From 5bd9f81fe8742e96215ad46b77941a5262d6ff69 Mon Sep 17 00:00:00 2001 From: Regis Houssin <regis@dolibarr.fr> Date: Fri, 26 May 2006 12:39:37 +0000 Subject: [PATCH] Fix: affichage de la date et de l'heure --- 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 31c7f0ee31c..9efaf32ce69 100644 --- a/htdocs/includes/boxes/box_actions.php +++ b/htdocs/includes/boxes/box_actions.php @@ -105,7 +105,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)); + 'text' => dolibarr_print_date($objp->dp, "%d %b %Y - %H:%M")); $this->info_box_contents[$i][3] = array('align' => 'right', 'text' => $objp->percent. "%"); -- GitLab