Administrate::Field::DatePicker

Build Status Code Climate

A plugin to pick a date in Administrate, with the help of Flatpickr.

Screenshot


IMPORTANT NOTICE

This gem is not actively maintained anymore.

If you’re interested in taking over and steward the project moving forward, please get in touch.


Usage

Add it to your Gemfile:

gem 'administrate-field-date_picker', '~> 0.3.0'

Run:

$ bundle install

Add to your FooDashboard:

ATTRIBUTE_TYPES = {
  bar: Field::DatePicker,
}.freeze

About

Administrate::Field::DatePicker is maintained by Zooppa.

See also the list of contributors who participated in this project.