Sha256: 9e160b511fe655696e0f7273d44e4950dd65d17d6f828fb26bba646cd965e3b4

Contents?: true

Size: 496 Bytes

Versions: 12

Compression:

Stored size: 496 Bytes

Contents

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.aubrey+12hour@gmail.com>

Homepage:
http://code.google.com/p/rails-twelve-hour-time-plugin/

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
radiant-concurrent_draft-extension-1.0.11 vendor/plugins/12_hour_time/README
radiant-concurrent_draft-extension-1.0.10 vendor/plugins/12_hour_time/README
radiant-concurrent_draft-extension-1.0.9 vendor/plugins/12_hour_time/README
radiant-concurrent_draft-extension-1.0.8 vendor/plugins/12_hour_time/README
radiant-concurrent_draft-extension-1.0.7 vendor/plugins/12_hour_time/README
radiant-concurrent_draft-extension-1.0.6 vendor/plugins/12_hour_time/README
radiant-concurrent_draft-extension-1.0.5 vendor/plugins/12_hour_time/README
radiant-concurrent_draft-extension-1.0.4 vendor/plugins/12_hour_time/README
radiant-concurrent_draft-extension-1.0.3 vendor/plugins/12_hour_time/README
radiant-concurrent_draft-extension-1.0.2 vendor/plugins/12_hour_time/README
radiant-concurrent_draft-extension-1.0.1 vendor/plugins/12_hour_time/README
radiant-concurrent_draft-extension-1.0.0 vendor/plugins/12_hour_time/README