I am trying to change the time sliders in Roundcube Calendar to AM/PM time rather than 24hr. I have the sliders changed successfully; however, events no longer get saved on the calendar. This problem does not apply to the full calendar. AM/PM shows fine there. I am talking about the window that opens when you add an event to the calendar.
System Setup:
Roundcube 0.7.2
Calendar.php shows: Jquery Calendar @version 8.0 - 22.03.2012
DAViCal Server
I was able to change the sliders by editing to /calendar/program/js/calendar.gui.js. There are two options set as "ampm: false" I changed them to true. That made the sliders show AM/PM.
Since that did not allow me to save, I figured there must be another place to change the setting. In the same /calendar/program/js directory, I edited jquery.timepicker.js and changed the value of "ampm: false" to "ampm: true".
So far these setting changes do not work. Sliders are showing AM/PM correctly; however, the dates no longer get saved on the calendar.
Does anyone know how to successfully change the timepicker sliders to AM/PM and while maintaining sync to DAViCal server? My users are complaining constantly about 24 hour time. They believe subtracting by 12 is much harder than making their system admin search the depths of the internet for a solution to this problem. I would argue that they are most definitely mistaken. Can anyone out there prove them correct and provide a solution?
Thanks,
Jared Cunningham