diff --git a/htdocs/includes/boxes/box_actions.php b/htdocs/includes/boxes/box_actions.php
index 31c7f0ee31c1fea1fdb570f757396576c493bacc..9efaf32ce69ef4758e271317041d9a82a3091e02 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. "%");