You are here: Browse Railsplugins 12 Hour Time
12-HOUR TIME PLUGIN
Not 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.
USAGE:
<%= time_select 'event', 'time', {:twelve_hour => true} %>
Authors: Nick Muerdter (original code) Maurice Aubrey <maurice>
Homepage: http://code.google.com/p/rails-twelve-hour-time-plugin/
NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly