I`m currently using:
<%= f.time_select :day,:default => Time.now, :ampm => true, :minute_step => 15 %>
Which gets display as two separate boxes, one for select_hour & one for select_minutes.
Is there a simple way to combine them, so I`ll get 6:00 / 6:15 / 6:30 / 6:45 ?
Thanks for the help!