Plugins - 12 hour time
Add to favoritesNot all of us are adept at those exotic, 24-hour clocks. So for the rest of us, here's a simple plugin that tacks on an AM/PM selector to the DateHelper methods. It also handles the backend, so things are properly stored in 24-hour format.

I haven't been able to get in contact with Nick, so I'm forking the code for now.
You can check out my latest version here: http://rails-twelve-hour-time-plugin.googlecode.com/svn/trunk/
All the standard time helpers have a :minute_step option.
anyone figure out how to show the minutes in 15 min increments?
Thanks Maurice Aubrey: That works perfectly.
I made a bunch of changes and seems to be working for me now. Give it a try:
http://mla.homeunix.com/files/12hourtime_v2.tgz
Has anyone used this successfully? Particularly the 'handles the backend' bit - how do you assign the multiple form elements to a (for instance) single 'time' datatype column?