Format date incomplet
This commit is contained in:
parent
fc415a0a8e
commit
4a2badd064
@ -1,6 +1,6 @@
|
|||||||
<?PHP
|
<?PHP
|
||||||
/* Copyright (C) 2001-2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* 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
|
* 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
|
* 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\">";
|
print "<td align=\"center\" width=\"100\">";
|
||||||
if ($obj->dc)
|
if ($obj->dc)
|
||||||
{
|
{
|
||||||
print dolibarr_print_date($obj->dc,"%e %b %Y");
|
print dolibarr_print_date($obj->dc,"day");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user