> I believe this feature was added to Rails 3.x with time/datetime selects.
Thanks for the response. Unfortunately, I have already tried this, and
the :ampm option doesn't work the way you think it would. It simply
adds "AM" or "PM" label to the hour option. So you get a form input
that looks like this:
[12 PM] : [30]
...which is totally not what I want. There are still 24 options in the
hour select. I want 12 hour options with an additional select input
with two options (AM and PM).
--Andrew