mirror of https://github.com/apache/cloudstack.git
Events page - advanced search - start date, end date - apply date picker widget.
This commit is contained in:
parent
457a7cdd32
commit
21ca5935b2
|
|
@ -345,7 +345,9 @@ $(document).ready(function() {
|
|||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
$advancedSearch.find("#adv_search_startdate, #adv_search_enddate").datepicker({dateFormat: 'yy-mm-dd'});
|
||||
|
||||
$("#advanced_search_container").empty().append($advancedSearch.show());
|
||||
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue