[Zope] Help with Coding

Todd Loomis tloomis@dmso.mil
Wed, 05 Dec 2001 11:48:37 -0500


Hi All:

I'm using the below code to get the year and month of the current date. 
With that I would like to insert them into my with statement. Can and if so 
how.

<dtml-call "REQUEST.set('year', ZopeTime().strftime('%Y'))">
<dtml-call "REQUEST.set('month', ZopeTime().strftime('%m'))">

<dtml-with "pao.stories.y_("year").m_("month")">

Thanks,
Todd