6 Jun
2000
6 Jun
'00
4:49 p.m.
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