jquery_datepicker
jquery_datepicker copied to clipboard
Rails 3 plugin that allows you to select dates from a calendar
Stop using Date.parse. it does not support d/m/Y format on Ruby 1.8.x, and it does not support m/d/Y format on Ruby 1.9. Cf. https://bugs.ruby-lang.org/issues/634
Fix issue with loading datepicker, when jQuery included at bottom of page (before ``).
I implemented the two features I wanted in issue #24 . Feel free to do whatever you wish with this code.
I'm not too sure how to do this, so would gladly welcome some help :)
Some quick changes I just made to get it working with Rails 4. Not sure if I've done it right, but here goes! :smile: **NB: This pull request has no...
It should be compatible with rails 3 but I have no idea how to test that. Works for my app on rails 4.
Hi! It looks like a lot of useful changes are on master. It would be great if you could release them as a gem.
Perhaps I'm just missing it but I don't see a way to handle using datepicker_input for an unbound (not model field) date. For example, you can use text_field_tag without supplying...
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...
Rails 4 brings with it changes to FormBuilder. I'm attempting to make it work with Rails 4 - assuming that doing some kind of switch to ensure backwards compatibility with...