Date Icon

Categories

Component ID

2820087

Component name

Date Icon

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

503

Component created

Component changed

Component body

This module extends the date_popup module (part of Date) to provide a JQuery UI icon datepicker.

It will just create a new element type "dateicon" based on the "date_popup" element so, it will not convert all your date_popup elements into "dateicon" automatically .

To apply the new FAPI type, you'll have to alter your existing "date_popup" element's #type to "dateicon".

The module also provides integration with Inputmask
To apply the mask you'll have to:
- Ensure the Libraries module is installed.
- Download the library(tested with v3.3.3) into libraries directory and un-archive as "inputmask".
- Add "#inputmask" => TRUE, property to your element.
-- Additionally the mask format can be passed: "#inputmask" => 'dd-mm-yyyy',