Add standard data picker selector

This commit is contained in:
Brian Miyaji
2015-01-25 16:40:28 +11:00
parent 109fe0c959
commit 166a1e41b5

View File

@@ -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 ) {