[Zope] date question

Rico Friedrich Rico.Friedrich@informatik.tu-chemnitz.de
Tue, 22 Feb 2000 18:32:23 +0100


hi there,

how to deal with the dayOfYear in dtml-if ?


<dtml-if "_.DateTime() > 70">
<dtml-var "_.DateTime()" fmt=dayOfYear> > 70
</dtml-if>

i would like to change the dtml-if so that it would be
able to distinguish the two dayOfYear-integer correct.
the source below isnīt correct but 
<dtml-if "_.DateTime() fmt=dayOfYear > 70"> doesnīt work.

thanks,