[Zope] generate a list of date
Steve Spicklemire
steve@spvi.com
Tue, 4 Jul 2000 08:57:30 -0500 (EST)
How about:
<dtml-let today="ZopeTime()">
<dtml-in "_.range(10)">
<dtml-var "today + _['sequence-index']" fmt="%D">
</dtml-in>
</dtml-let>
>>>>> "F" == F Richter <fr@swol.de> writes:
F> Hello, I want generate and show a list of days in a period.
F> For instance: (period from 2000-06-07 to 2000-06-30)
F> 2000-06-07, 2000-06-08, 2000-06-08 ... 2000-06-30
F> How can I do this??? -- By Frank
F> _______________________________________________ Zope maillist -
F> Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No
F> cross posts or HTML encoding! ** (Related lists -
F> http://lists.zope.org/mailman/listinfo/zope-announce
F> http://lists.zope.org/mailman/listinfo/zope-dev )