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 {