Datepicker Nov 17th, 2016 9:03 pm bootstrap-datepicker 1 gem 'bootstrap-datepicker-rails' 1 2 3 4 <%= form_tag items_path, method: :get do %> <%= text_field_tag :q, nil, placeholder:Time.now.localtime.strftime("%m/%d/%Y"), 'data-provide':'datepicker' %> <%= submit_tag %> <% end %>