From 0940bc857e039e10b4fec37ad78be480c05ec000 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 25 Apr 2010 18:05:18 +0000 Subject: [PATCH] Date format --- htdocs/compta/bank/ligne.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/bank/ligne.php b/htdocs/compta/bank/ligne.php index ba5c9c64327..6aafa3e3b5b 100644 --- a/htdocs/compta/bank/ligne.php +++ b/htdocs/compta/bank/ligne.php @@ -280,7 +280,7 @@ if ($result) else { print ''; - print dol_print_date($db->jdate($objp->do)); + print dol_print_date($db->jdate($objp->do),"day"); } print '';