Nguyen Van Nam

Results 2 comments of Nguyen Van Nam

Thanks you it worked `format: 'd/m/Y H:i', onShow: function (ct) { this.setOptions({ maxDate: $('#date_to').val() ? getDate($('#date_to').val()) : false, formatDate: 'd/m/Y', }) }, timepicker: true` and func `function getDate(datum) { fn...