This commit is contained in:
2023-09-24 16:35:16 +03:00
parent 71e34c6b03
commit a0e8698aa5
6 changed files with 61 additions and 59 deletions

View File

@@ -54,7 +54,8 @@ function init_arrival_DT (){
$(place_1).daterangepicker({
"autoapply": true,
"linkedCalendars": false,
"singleDatePicker":true
"singleDatePicker":true,
"timePicker":true
},
function (start, end, label) {
@@ -88,7 +89,8 @@ function init_departure_DT (){
$(place_1).daterangepicker({
"autoapply": true,
"linkedCalendars": false,
"singleDatePicker":true
"singleDatePicker":true,
"timePicker":true
},
function(start, end, label) {
// $('#displayRegervation').text('Registration date is: ' + start.format('YYYY-MM-DD') + ' to ' + end.format('YYYY-MM-DD'));