I\'m using bootstrap 3 date/time picker here:
https://eonasdan.github.io/bootstrap-datetimepicker/
Is it possible to customise the output text in the date/ti
$('input').val('Departing: ' + pickedDate.toString());