I am using rails 3.2.13. I want to show 12 hours of clock and am/pm also in dropdown. Seems lot of people talking about this but there is no inbuilt solution for the same.
time_select("post", "written_on", {:ampm => true}) # it gives me just two dropdowns. No dropdown for am/pm
f.time_select :written_on, :ampm => true # same here. No third dropdown for am/pm
Any suggestions?