amasty / module-date-picker

amasty/module-date-picker

Date picker

magento2-module Compatibility: Not yet tested Code Quality: Fail Tests: N/A Security: Pass proprietary

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-picker
php bin/magento setup:upgrade
php 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:


Image
am-datepicker-observed

After saving the changes, the date picker in this example will be applied according to the configured settings.


Image

No changelog yet

The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.

Versions
Version Stability QA Status Compatibility Released
1.0.1 stable Pass Not yet tested Details 2026-06-12 08:10:20
1.0.0 stable Not tested Not yet tested Details 2026-05-08 13:26:22

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.

Compatibility matrix (Magento × PHP)
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.

Static analysis results
Tool Status Findings Summary
PHPCS Pass 0
PHPMD Pass 0
Cpd Pass 0
Composer validate Info 2 valid; 2 advisory notes (composer validate --strict)

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.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 Error Error
2.4.8 Error Error
2.4.9 Error Error

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

Unit tests results by Magento and PHP version
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

Integration tests results by Magento and PHP version
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.

Security results
Tool Status Findings Summary
Composer audit N/A 0 no resolvable dependency tree to audit — Your requirements could not be resolved to an installable set of packages. Problem 1
Malware scan Pass 0
License
proprietary
Homepage
https://amasty.com/

More from amasty

View vendor
Make it pay

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.