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