icps

notes

Datepicker

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 %>