In Rails 3, is there a way to use datetime_select and display hours showing 12 hour am/pm options rather than 24-hour options?
In case anyone stumbles upon this question, the answer for rails 3.2 is:
<%= f.datetime_select :attribute_name,
ampm: true %>