0.0.270
This commit is contained in:
@@ -49,7 +49,8 @@
|
||||
this.cancelButtonClasses = "btn-default",
|
||||
this.locale = {
|
||||
direction: "ltr",
|
||||
format: t.localeData().longDateFormat("L"),
|
||||
// format: t.localeData().longDateFormat("L"),
|
||||
format: "DD.MM.YYYY",
|
||||
separator: " - ",
|
||||
applyLabel: "Apply",
|
||||
cancelLabel: "Cancel",
|
||||
|
||||
@@ -55,7 +55,8 @@ function init_arrival_DT (){
|
||||
"autoapply": true,
|
||||
"linkedCalendars": false,
|
||||
"singleDatePicker":true,
|
||||
"timePicker":true
|
||||
"timePicker":true,
|
||||
"timePicker24Hour":true
|
||||
},
|
||||
function (start, end, label) {
|
||||
|
||||
@@ -90,7 +91,8 @@ function init_departure_DT (){
|
||||
"autoapply": true,
|
||||
"linkedCalendars": false,
|
||||
"singleDatePicker":true,
|
||||
"timePicker":true
|
||||
"timePicker":true,
|
||||
"timePicker24Hour":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