[Zope] Why?

Tom Deprez Tom Deprez" <tom.deprez@village.uunet.be
Sun, 16 Jan 2000 01:08:20 +0100


Hi,

Why does this works :

<dtml-call "REQUEST.set('varDate',_.DateTime(name))">
<dtml-var varDate fmt="%d %b %Y">

and this doesn't?

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

Thanks in advance, Tom