[Zope] ZopeTime Question
Marcus Mendes
mvmendes@emdata.com.br
Thu, 19 Oct 2000 00:03:08 -0200
Hello,
Why the ZopeTime puts the differents values in the code bellow?
<dtml-with ZopeTime>
<dtml-var "'This is %s, %s/%s/%i , %s' % (Day(), dd(), mm(), year(),
TimeMinutes())" capitalize>
<dtml-var " '%s' % strftime('%A')" capitalize>
</dtml-with>
The first <dtml-var ...> give me todays date;
the second <dtml-var ...> give me the tomorrow date!!
How can I obtain the todays date using fmt=%A sintaxe?
Thanks in advance.
Marcus Mendes