On Sat, 12 Aug 2000, tom smith wrote:
> <dtml-in get_days_events(<dtml-var "date.mm()">/<dtml-var
> "date.dd()">/<dtml-var "date.yy()">)>

Untested:

<dtml-in expr="get_days_events('%s/%s/%' % (date.mm(),date.dd(),date.yy())">

Inside the quotes you are in Python...

--RDM


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

Reply via email to