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
_______________________________________________
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 )