|
|
|
@ -715,7 +715,7 @@ input.arrivalDate {height: 50px; width: 347px; font-size: 19px; padding: 5px 15p
|
|
|
|
|
</div>
|
|
|
|
|
<div class="selectionBlock">
|
|
|
|
|
<div class="inputTerm">
|
|
|
|
|
<input type="text" name="MEI_ArrivalTime" required="">
|
|
|
|
|
<input type="text" class="datetimepicker" name="MEI_ArrivalTime" required="">
|
|
|
|
|
<label>
|
|
|
|
|
Arrival time
|
|
|
|
|
</label>
|
|
|
|
@ -731,7 +731,7 @@ input.arrivalDate {height: 50px; width: 347px; font-size: 19px; padding: 5px 15p
|
|
|
|
|
</div>
|
|
|
|
|
<div class="selectionBlock">
|
|
|
|
|
<div class="inputTerm">
|
|
|
|
|
<input type="text" name="MEI_DepartureTime" required="">
|
|
|
|
|
<input type="text" class="datetimepicker" name="MEI_DepartureTime" required="">
|
|
|
|
|
<label>
|
|
|
|
|
Departure time
|
|
|
|
|
</label>
|
|
|
|
@ -904,6 +904,14 @@ input.arrivalDate {height: 50px; width: 347px; font-size: 19px; padding: 5px 15p
|
|
|
|
|
yearRange: '2010:2055',
|
|
|
|
|
timeFormat: 'mm/dd/yy'
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$('.datetimepicker').datetimepicker({
|
|
|
|
|
controlType: 'select',
|
|
|
|
|
oneLine: true,
|
|
|
|
|
changeMonth: false,
|
|
|
|
|
changeYear: false,
|
|
|
|
|
timeFormat: 'H:mm'
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -915,6 +923,14 @@ input.arrivalDate {height: 50px; width: 347px; font-size: 19px; padding: 5px 15p
|
|
|
|
|
yearRange: '2010:2055',
|
|
|
|
|
timeFormat: 'mm/dd/yy'
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$('.datetimepicker').datetimepicker({
|
|
|
|
|
controlType: 'select',
|
|
|
|
|
oneLine: true,
|
|
|
|
|
changeMonth: false,
|
|
|
|
|
changeYear: false,
|
|
|
|
|
timeFormat: 'H:mm'
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
</body>
|
|
|
|
|