From b1d93707b646fcd7a1776a84cc92d647d8622cdb Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 23 Aug 2004 08:39:30 +0000 Subject: [PATCH] Modif format des dates --- htdocs/product/fiche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index c6767871adc..7531c485414 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -655,7 +655,7 @@ if ($_GET["id"] && $_GET["action"] == '' && $product->envente) print ""; print "propalid\">$objp->ref\n"; print "idp\">$objp->nom\n"; - print "". strftime("%d %B %Y",$objp->dp)."\n"; + print "". strftime("%d %b",$objp->dp)."\n"; print '
'; print ''; print ''; @@ -726,7 +726,7 @@ if ($_GET["id"] && $_GET["action"] == '' && $product->envente) print ""; print "factureid\">$objp->facnumber\n"; print "idp\">$objp->nom\n"; - print "". strftime("%d %B %Y",$objp->df)."\n"; + print "". strftime("%d %b",$objp->df)."\n"; print ''; print ''; print '';