albertopq / jquery_datepicker

Rails 3 plugin that allows you to select dates from a calendar
91 stars 60 forks source link

Better timepicker support #24

Open AlexNisnevich opened 12 years ago

AlexNisnevich commented 12 years ago

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 .