On Mon, 1 Mar 2004, Bill Moseley wrote:
> > One more question please. When using DateRanges with swish.cgi,
> > where does the range of years in the dropdowns come from?
>
> I think from the module itself. That module was a one hour hack so
> there's not a lot of control.
>
> Yes, I think this is it:
>
> $CGI->popup_menu(
> -name => "${name}_year",
> -default => $year,
> -values => [reverse ($cur_year-8..$cur_year) ],
> );
Ahh, yes. Sorry for not looking more carefully. Any plans on
adding some control, or should I hack my own version?
Thanks,
Mike
Received on Tue Mar 2 10:10:50 2004