Skip to content
Snippets Groups Projects
Commit 736fb4c2 authored by jitendra's avatar jitendra
Browse files

Add select2 to input field of datepicker

parent c7f99cf8
Branches
Tags
No related merge requests found
......@@ -1314,7 +1314,7 @@ class CRM_Core_Form extends HTML_QuickForm_Page {
$label,
$options,
$required,
NULL
['class' => 'crm-select2']
);
$attributes = ['format' => 'searchDate'];
$extra = ['time' => $isDateTime];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment