<% form_for @booking do |f| %> ... <%= calendar_date_select_tag "datecome", "#{Date.today}", :popup => "force",:year_range => [0.years.ago, 1.years.from_now] %>
I just updated to Revision 333 (calendar_date_select) and prototype 1.6.0. Sometime datecome is empty, sometimes it is set.
I also tried:
<%= calendar_date_select_tag "datecome", "#{Date.today}", :popup => "force", :year_range => [0.years.ago, 1.years.from_now], :name => "[booking][datecome]" %>
but this does not work, too.
Can somebody help?