Timepicker::Addon::Rails
Simple gem that provides the last version of the great DateTimePicker with Timezone found in trentrichardons's repository.
The gem version is the same as the last dist version (except for the last number, if needed).
Dist: 1.6.1
Gem: 1.6.1.x
x
will be used if needed, but the dist version is on the first 3 numbers.
Installation
Add this line to your application's Gemfile:
gem 'timepicker-addon-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install timepicker-addon-rails
Usage
Add to application.js
:
//= require timepicker-addon-rails
Add to application.css
:
*= require timepicker-addon-rails
Contributing
Feel free to open an issue if something's not working right, or if by any chance I don't have the up-to-date version of the library.
License
The gem is available as open source under the terms of the MIT License.