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
$('#StartDate').datetimepicker( { format: 'DD MMM YYYY hh:mm A' });
where startDate is a divId
This will give you format like: 25 Mar 2016 01:08 PM