search for: get_enddate

Displaying 1 result from an estimated 1 matches for "get_enddate".

2006 Jun 17
2
problem with select_date
In my form I have these items: <%= select_year Date.today, :start_year => Schoolyear.get_startdate.year, :end_year => Schoolyear.get_enddate.year %> <%= select_month Date.today.month %> No matter what I do, in my controller I can''t seem to access the selected year and month. I have tried params[:month].to_s and also params[:date][:month], plus anything I could come up with, but so far no success. Does anybody know...