diff --git a/htdocs/fourn/commande/liste.php b/htdocs/fourn/commande/liste.php index 4b741216572..02f9e9fc246 100644 --- a/htdocs/fourn/commande/liste.php +++ b/htdocs/fourn/commande/liste.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2006 Laurent Destailleur + * Copyright (C) 2004-2007 Laurent Destailleur * * 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 ""; if ($obj->dc) { - print dolibarr_print_date($obj->dc,"%e %b %Y"); + print dolibarr_print_date($obj->dc,"day"); } else {