php - fc-time not showing 'am' or 'pm' fully in events - missing final character -
my fullcalendar having trouble showing full time, inclusive of 'am' or 'pm' bit.
it's cutting off final character, example, fc-time shown as: "9:45a" instead of "9:45am", or "10:24p" instead of "10.24pm".
what need change shows final character fc-time items?
thanks in advance.
by default, fullcalendar shows timed event in format 9:45a,12a this not problem actually,
check demo fullcalendar , example
events:[ {title:'event1',start:new date(2016,05,02),end:new date(2016,05,04),color:'green'}, {title:'event12',start:new date(2016,05,02),end:new date(2016,05,04),color:'red'}, {title:'event13',start:new date(2016,05,02),end:new date(2016,05,04)} ]