12.21
This commit is contained in:
parent
ebf90ff869
commit
4e71ddabec
17 changed files with 448 additions and 101 deletions
|
|
@ -63,7 +63,7 @@ $(document).ready(function() {
|
|||
|
||||
};
|
||||
|
||||
$('#fewo_booking_request_fromDate, #fewo_booking_request_toDate').daterangepicker({
|
||||
$('#fewo_booking_request_fromDate1, #fewo_booking_request_toDate1').daterangepicker({
|
||||
isInvalidDate: checkDates,
|
||||
isCustomDate: checkCustom,
|
||||
"minDate": moment(),
|
||||
|
|
@ -106,6 +106,7 @@ $(document).ready(function() {
|
|||
},
|
||||
autoApply: true,
|
||||
autoUpdateInput: false,
|
||||
singleDatePicker: true,
|
||||
"startDate": startDate,
|
||||
"endDate": endDate,
|
||||
}, function(start, end, label) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue