i want to select the date then submit it to get the value of the seleted
date,but when i get the value with params, it returns nil,these are the
values i have submitted,
{"crm_member_transactions"=>{"{:start_year=>1980,
:end_year=>2013}(1i)"=>"2008",
"{:start_year=>1980,
:end_year=>2013}(2i)"=>"3",
"{:start_year=>1980,
:end_year=>2013}(3i)"=>"1",
"to(1i)"=>"2011",
"to(2i)"=>"12",
"to(3i)"=>"1",
"email_addr"=>""},
i can get the email value by
params[:crm_member_transactions][:email_addr],but how can i get the date
value?