Datepicker
Example configuration
...
array(
'title' => 'My datepicker field title',
'id' => 'datepicker-option',
'desc' => 'Short description for the field',
'tab' => 'main',
'type' => 'datepicker',
),
...
Params
Last updated