Date format

This commit is contained in:
Laurent Destailleur 2010-04-25 18:05:18 +00:00
parent 9ebebc94ab
commit 0940bc857e

View File

@ -280,7 +280,7 @@ if ($result)
else
{
print '<td colspan="4">';
print dol_print_date($db->jdate($objp->do));
print dol_print_date($db->jdate($objp->do),"day");
}
print '</td></tr>';