From: x2000habouzit Date: Sat, 16 Oct 2004 22:44:40 +0000 (+0000) Subject: nicer dates X-Git-Tag: xorg/old~1245 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=ceac7ad15fdfad47ed062c4d32f3c52baaeb49d8;p=platal.git nicer dates --- diff --git a/templates/newsletter/index.tpl b/templates/newsletter/index.tpl index 93430e4..68ae7c4 100644 --- a/templates/newsletter/index.tpl +++ b/templates/newsletter/index.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: index.tpl,v 1.2 2004-10-16 17:49:39 x2000habouzit Exp $ + $Id: index.tpl,v 1.3 2004-10-16 22:44:40 x2000habouzit Exp $ ***************************************************************************} @@ -41,7 +41,7 @@ utilise le formulaire d {foreach item=nl from=$nl_list} - {$nl.date|date_format:"%Y-%m-%d"} + {$nl.date|date_format:"%d %b %Y"} {$nl.titre} diff --git a/templates/newsletter/show.tpl b/templates/newsletter/show.tpl index dba318a..103ac7c 100644 --- a/templates/newsletter/show.tpl +++ b/templates/newsletter/show.tpl @@ -17,12 +17,12 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: show.tpl,v 1.2 2004-10-16 21:14:16 x2000habouzit Exp $ + $Id: show.tpl,v 1.3 2004-10-16 22:44:40 x2000habouzit Exp $ ***************************************************************************} {dynamic}
- Lettre de Polytechnique.org de {$nl->_date|date_format:"%B %Y"} + Lettre de Polytechnique.org du {$nl->_date|date_format:"%d %B %Y"}