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
| Attachment | Size |
|---|---|
| Easepick for Drupal | 30.52 KB |
Project information
- Project categories: Developer tools
11 sites report using this module
- Created by afagioli on , updated
Stable releases for this project are covered by the security advisory policy.
Look for the shield icon below.
Releases
1.1.0
released 4 November 2024
Works with Drupal: ^9.4 || ^10 || ^11
Drupal 11 compatibility fix
Install:

