Hey Gang,
I'm wondering how I could set up my CalGuys Calendar events list to display 12 hours instead of military time? This module is very cool, just don't know how to get it to do this. I can have it display the 12 our format in the backend, but not on the actual page of the events list.
Any ideas? I'm not programmer savvy, so any suggestions would be appreciated.
Thank you!
Skarni
SOLVED: CalGuys Calendar Events Time to Display 12 Hours
SOLVED: CalGuys Calendar Events Time to Display 12 Hours
Last edited by skarni on Mon Jan 24, 2011 2:54 pm, edited 1 time in total.
Re: Changing CalGuys Calendar Events Time to Display 12 Hour
I've figured this out. For those of you like myself who are not php coders, what you do is go into the CalGuys Calendar templates (all of the ones you are using) and find-replace all instances of %H with %l. That is a lowercase L, not an I.
Anyway, hope this helps somebody.
Anyway, hope this helps somebody.

Re: SOLVED: CalGuys Calendar Events Time to Display 12 Hours
Thanks skarni. Exactly what I need.