Datetime_select & styles

Hello,

apologies if this has a trivial solution but after rumaging around
google for a while I haven’t found one. I am trying to set the style of
the datetime_select compound widget but it appears to ignore all my
efforts … the API specifies

datetime_select(object, method, options = {})

so you would expect

<%= datetime_select ‘log’, ‘available_start_on’,
:class=>“some_css_class” %>

to work? Or am I missing something?

thanks in advance

binarystar :slight_smile: