From c9b125601a9f58b849781d9a22725a395be82bc3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 7 Dec 2005 22:17:02 +0000 Subject: [PATCH] Date au format --- htdocs/compta/facture.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 97e30cacf5c..911fae6ac82 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1266,8 +1266,8 @@ else $objp = $db->fetch_object($result); $var=!$var; print ''; - print ''.img_object($langs->trans('ShowPayment'),'payment').''; - print ' '.strftime('%d %B %Y',$objp->dp).''; + print ''.img_object($langs->trans('ShowPayment'),'payment').' '; + print dolibarr_print_date($objp->dp).''; print ''.$objp->paiement_type.' '.$objp->num_paiement.''; print ''.price($objp->amount).''.$langs->trans('Currency'.$conf->monnaie).''; print '';