amasty / module-date-picker
amasty/module-date-picker
Date picker
amasty/module-date-picker
Note:
This free solution helps align the Magento calendar with WCAG 2.2 AA accessibility requirements. Accessibility matters to us across all of our work, not just within our modules. That is why we created this module to enhance Magento’s native date picker with an improved version that addresses known accessibility issues.
The updated date picker is compatible with screen readers and improves element contrast for a more accessible user experience.
Currently, amasty/module-date-picker is included in the suggestions for the Gift Card extension. We are also working on adding it to the suggestions for other modules.
Installation
To install the package, run the following commands:
composer require amasty/module-date-pickerphp bin/magento setup:upgradephp bin/magento setup:di:compile php bin/magento setup:static-content:deploy (your locale)See more details in the Composer User Guide.
Usage
Open the template file used for the datepicker component.
Find the div element that contains the datepicker component.
Add the CSS class am-datepicker-observed to this div element.
Example: Applying the Date Picker Observer Class
The following is an example of how the am-datepicker-observed class can be added to a date picker template.
In this example, we use the Magento customer date of birth template:
/vendor/magento/module-customer/view/frontend/templates/widget/dob.phtml
Within this template, locate the div that contains the date picker component and add the following class to it:
am-datepicker-observed
After saving the changes, the date picker in this example will be applied according to the configured settings.
No changelog yet
The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.
Requires 2
| Package | Constraint |
|---|---|
| amasty/base | >=1.21.3 |
| php | >=8.1 |
Compatibility
Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.
| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | not tested | not tested | ||
| 2.4.8 | not tested | not tested | ||
| 2.4.9 | not tested | not tested |
Code Quality
Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge — a phpcs finding can't make a module incompatible.
Static analysis
Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.
PHPStan
Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases. Cell → details modal.
Tests
Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.
Unit tests
| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | ||
| 2.4.8 | N/A | N/A | ||
| 2.4.9 | N/A | N/A |
Integration tests
| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | ||
| 2.4.8 | N/A | N/A | ||
| 2.4.9 | N/A | N/A |
Security
Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.
More from amasty
View vendorAdvanced Search Porto Compatibility By Amasty
Smart Discounts Hook by Amasty
Import Core by Amasty
Export Core by Amasty
Turn an existing module into recurring revenue.
If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.