I have a output resulting from a timepicker giving 12 hour format of time.
Eg : \"1:45 AM (or) \"12:15 PM\" as **string**
Is there a way to par
In full calender to show time in 12 hour format like 01:00 PM i used following format - timeFormat: 'hh:mm A'. "timeFormat" is the property of events of fullcalender.
Same format 'hh:mm A' we can use to format datetime object using momentjs.