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
MVC Default Dateformat using Bootstrap Datepicker3 - very useful for beginers
@Scripts.Render("~/bundles/jquery") @Scripts.Render("~/bundles/bootstrap")
$(function () { $('.datetime').datetimepicker({ format: 'DD-M-YYYY hh:mm A' }); });