[Zope] Month number as string as variable

Williamson, Aaron aaron_williamson@tayloru.edu
Tue, 1 Aug 2000 09:14:35 -0500


Peter,

Try this bit of mojo here:

<dtml-let monthnr="_.DateTime().mm()">
    <dtml-let monthPoll="'month_'+monthnr">
      <dtml-var monthPoll>
    </dtml-let>
</dtml-let>

--Aaron