How do I read the multi-parameter parameter that date*_select creates? Right now it returns something like post[comment][time(1i)], post[comment][time(2i)], etc. Something like params[:post][:comment] [:time] won''t work. My implementation isn''t exactly like the above, I have multiple attributes that are using the same hash format so there''ll be an input with name field[name_of_whatever][value], and maybe a normal select with format field[my_user][value]. Since everything is using value I want to be able to do field[created_at][value] or whatever. Thanks, Brian Butz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---