Lucia Colombo wrote at 2006-4-3 17:49 +0200: >I'm trying to build a search form which gets as an input a year and searches > >for all objects which have a (custom) date index set within such year. > ... >How do I get the parameter to be a list of dates?
You determine start and end date inside a Python script from the integer "year" form variable. Then, you form a sequence (list or tuple) from the two dates. -- Dieter _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )