Date_select, problem with setting the class

my code looks like this

<%= date_select(“lob”, “date”, :class => ‘selectdate’) %>

-when i look in to the source of html page, only the first and second
select that are built automatically contains class=“selectdate”, for the
third class specification is missing.
-It’s this a bug? thank u.

can anyone help me?