Vincent Maton wrote:
> I receive : 2000-04-13

> I want      : 13-04-2000

<dtml-var "_.DateTime(date)" fmt="%d-%m-%Y">

> or            :  13 april 2000 (this one is better but ???)

<dtml-var "_.DateTime(date)" fmt="%d %B %Y">

Try <dtml-var "_.DateTime(date)" fmt="%x">

...as well

cheers,

Chris

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to