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
If you've only got a time field instead of a datetime field - you can set AM/PM format using
$("#yourTimeField").timepicker({ showPeriod: true });