Easepick

Easepick is a date picker. Tiny size, no dependencies. This module allows integration of easepick into Drupal Forms.

No configuration setting at the current stage. With this module you can implement the easepick interface with your date fields.

Features

* No dependencies
* Uses Shadow DOM(opens new window)
* Supports plugins

Community Documentation

* Module issues queue
* Doc at https://easepick.com/

Usage

Add the "easepick" to your forms via code

....
    // Give easepick features to this form.
    $form['easepick'] = [
      '#value' => TRUE,
      '#type' => 'value',
    ];
....
Supporting organizations: 
Start the project
AttachmentSize
Easepick for Drupal30.52 KB

Project information

Releases