From d7e92ed9ccdb8b8bb111db2f081045f4018f7090 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 20 Sep 2010 23:01:14 +0000 Subject: [PATCH] Use correct date format --- htdocs/comm/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index 8eb4e26cd8d..bc79b2bcac2 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -673,7 +673,7 @@ if ($socid > 0) print ''; if ($objp->df > 0) { - print "".dol_print_date($db->jdate($objp->df))."\n"; + print "".dol_print_date($db->jdate($objp->df),'day')."\n"; } else {