albertopq / jquery_datepicker

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

Loosing time on edit #43

Open donv opened 11 years ago

donv commented 11 years ago

Using Rails 3.2.14 and jquery_datepicker 0.4.0, the time part of datetime_picker is lost. It looks like it is stripped in form_helper.rb line 12

I see no way to work around it from the app.

I can submit a pull request if you like.