0.0.270
This commit is contained in:
@@ -49,7 +49,8 @@
|
|||||||
this.cancelButtonClasses = "btn-default",
|
this.cancelButtonClasses = "btn-default",
|
||||||
this.locale = {
|
this.locale = {
|
||||||
direction: "ltr",
|
direction: "ltr",
|
||||||
format: t.localeData().longDateFormat("L"),
|
// format: t.localeData().longDateFormat("L"),
|
||||||
|
format: "DD.MM.YYYY",
|
||||||
separator: " - ",
|
separator: " - ",
|
||||||
applyLabel: "Apply",
|
applyLabel: "Apply",
|
||||||
cancelLabel: "Cancel",
|
cancelLabel: "Cancel",
|
||||||
|
|||||||
@@ -55,7 +55,8 @@ function init_arrival_DT (){
|
|||||||
"autoapply": true,
|
"autoapply": true,
|
||||||
"linkedCalendars": false,
|
"linkedCalendars": false,
|
||||||
"singleDatePicker":true,
|
"singleDatePicker":true,
|
||||||
"timePicker":true
|
"timePicker":true,
|
||||||
|
"timePicker24Hour":true
|
||||||
},
|
},
|
||||||
function (start, end, label) {
|
function (start, end, label) {
|
||||||
|
|
||||||
@@ -90,7 +91,8 @@ function init_departure_DT (){
|
|||||||
"autoapply": true,
|
"autoapply": true,
|
||||||
"linkedCalendars": false,
|
"linkedCalendars": false,
|
||||||
"singleDatePicker":true,
|
"singleDatePicker":true,
|
||||||
"timePicker":true
|
"timePicker":true,
|
||||||
|
"timePicker24Hour":true
|
||||||
},
|
},
|
||||||
function(start, end, label) {
|
function(start, end, label) {
|
||||||
// $('#displayRegervation').text('Registration date is: ' + start.format('YYYY-MM-DD') + ' to ' + end.format('YYYY-MM-DD'));
|
// $('#displayRegervation').text('Registration date is: ' + start.format('YYYY-MM-DD') + ' to ' + end.format('YYYY-MM-DD'));
|
||||||
|
|||||||
Reference in New Issue
Block a user