3 Apr
2006
3 Apr
'06
6 p.m.
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