I recently ran across this helpful post on a Merb Datetime picker and it was good, that is until I wanted to use the JQuery Date picker. Well a bit of hacking later we have this:
<%= form_for @person %>
<%= jquery_date_field :birth_date :label => 'Birthdate' %>
<%= jquery_datetime_field :birth_d…