search for: selct_dat

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

Did you mean: selct_date
2008 Mar 17
0
Nil dates in selct_date
Can one specify to date_select that a nil value is permitted and is the default value? Is it possible to add nil to the list of permitted values in a date_select call? The code in /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/helpers/date_helper.rb seems to treat nil as now. 654 def default_time_from_options(default) 655 case default 656