Adding :class => "some_css_class" to the form.date_select or
form.datetime_select helpers doesn't do anything; the resulting HTML has
no class= attribute in the <select> tag. Is this a bug in date_helper.rb
or am I doing something wrong?
When an HTML tag doesn't work I always try :html => { :some => 'tag' }. As far as I can tell most tag builders support that.