Format date incomplet

This commit is contained in:
Laurent Destailleur 2007-03-22 23:27:49 +00:00
parent fc415a0a8e
commit 4a2badd064

View File

@ -1,6 +1,6 @@
<?PHP
/* Copyright (C) 2001-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2006 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2004-2007 Laurent Destailleur <eldy@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -145,7 +145,7 @@ if ($resql)
print "<td align=\"center\" width=\"100\">";
if ($obj->dc)
{
print dolibarr_print_date($obj->dc,"%e %b %Y");
print dolibarr_print_date($obj->dc,"day");
}
else
{