this is my jquery code.eventdatpicker is display date only,but occasionStartTime and occasionEndTime it display 24 hours format only how to change this format to am/pm forma
in nowdays version, 2021 / 1 / Jan you have to type in e.g.:
$('#dateTimePicker').datetimepicker({ ....., formatTime:'g:iA', format: 'Y.m.d hh:mm A', ..... }
And you are done