You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

33 lines
1.1 KiB

! function (e) {
"use strict";
var a = new Date();
var dateFormat = "yyyy-mm-dd";
var t = function () { };
t.prototype.init = function () {
$("#datepicker").datepicker('getFormattedDate', {
format: dateFormat
}),
$(".datepicker-autoclose").datepicker({
autoclose: !0,
todayHighlight: !0
}),
$("#datepicker-inline").datepicker(),
$("#datepicker-multiple-date").datepicker({
format: dateFormat,
clearBtn: !0,
multidate: !0,
multidateSeparator: ","
}),
$("#date-range").datepicker({
toggleActive: !0,
format: dateFormat,
startDate: '2019-01-01',
endDate: '0d'
//defaultViewDate: 'today'
})
}, e.AdvancedForm = new t, e.AdvancedForm.Constructor = t
}(window.$),
function (e) {
"use strict";
e.AdvancedForm.init()
}(window.$);