19 Oct
2000
19 Oct
'00
2:03 a.m.
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