<div dir="ltr">Hi,<div><br></div><div>I just found a bug in the calendar when the user uses 12 hour format.</div><div><br></div><div>Step to reproduce:</div><div><br></div><div>1- Go to calendar en create an event form 5:00PM to 7:00PM</div><div>2- When you go back to the calendar the event shows as 5:00AM to 7:00AM</div><div>3- Go to calendar list and you will see the event is correctly save in the database.</div><div><br></div><div>The problem is that full calendar expect the time in 24hours format.</div><div><br></div><div>In both files </div><div>modules/Calendar/actions/Feed.php</div><div>modules/Calendar/actions/SaveAjax.php<br></div><div><br></div><div>You are taking off the AM/PM part but forgot to add the extra 12hours if the time is PM.</div><div><br></div><div>There should be function in Vtiger_Time_UIType class that convert from AM/PM to 24 hours. The meantime I have found attached solution.</div><div><br></div><div>Regards,</div></div>