0.0.269
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user