Hi-
Using date select for a query and when I try and print the result to
make sure I am getting the right date, I get this:
start_year2007ordermonthdayyear(2i)2start_year2007ordermonthdayyear(3i)14start_year2007ordermonthdayyear(1i)2008
View:
<%= date_select ‘startdate’,:start_year=>2007,:order =>
[:month,:day,:year] %>
Controller:
@start = params[:startdate]
Result View:
<%= @start %>
What’s up?