Add standard data picker selector
This commit is contained in:
@@ -530,6 +530,9 @@ jQuery(document).ready(function($){
|
||||
});
|
||||
|
||||
// Datepicker
|
||||
$(".sp-datepicker").datepicker({
|
||||
dateFormat : "yy-mm-dd"
|
||||
});
|
||||
$(".sp-datepicker-from").datepicker({
|
||||
dateFormat : "yy-mm-dd",
|
||||
onClose: function( selectedDate ) {
|
||||
|
||||
Reference in New Issue
Block a user