Use correct date format

This commit is contained in:
Laurent Destailleur 2010-09-20 23:01:14 +00:00
parent 95eccf8370
commit d7e92ed9cc

View File

@ -673,7 +673,7 @@ if ($socid > 0)
print '</td>';
if ($objp->df > 0)
{
print "<td align=\"right\">".dol_print_date($db->jdate($objp->df))."</td>\n";
print "<td align=\"right\">".dol_print_date($db->jdate($objp->df),'day')."</td>\n";
}
else
{