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 '';