Twitter BoostrapでRailの「f_date_select」を使用しているため、次のようになります。ただし、選択ボックスを小さくしたい(約半分のサイズ)。
これどうやってするの?
<%= f.label :start_date, :class => "control-label"%>
<%= f.date_select :start_date, :prompt => { :day => 'Select day', :month => 'Select month', :year => 'Select year' } %>
<%= f.label :end_date, :class => "control-label"%>
<%= f.date_select :end_date, :prompt => { :day => 'Select day', :month => 'Select month', :year => 'Select year' } %>