From 4a2badd0640ef22d41dd4e29a98762b678d42799 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 22 Mar 2007 23:27:49 +0000 Subject: [PATCH] Format date incomplet --- htdocs/fourn/commande/liste.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {