jquery_datepicker icon indicating copy to clipboard operation
jquery_datepicker copied to clipboard

Better timepicker support

Open AlexNisnevich opened this issue 12 years ago • 0 comments

I'm glad you added a datetime_picker_input method, but I would also like to be able to:

a) Pass in a time as a :value to datetime_picker_input and have it be parsed as a time, not a date

b) Pass in options such as :hour, :minute, etc that are defined in http://trentrichardson.com/examples/timepicker/

Both of these should be easy fixes to form_helper.rb .

AlexNisnevich avatar Jun 20 '12 01:06 AlexNisnevich