Hi Cliff,
thanks for the reply.
Actually, what I’m trying to do pertains more to the list widget and Photo View where we show all ‘upcoming’ events. I’d like to show events that begin after todays date.
For example:
3 events from February 1 – 15
2 events from today, Feb 9 – 29
10 future events starting after today
I would like the list widget and photo view to show only the 2 events starting today, and the 10 events starting after today, but to NOT display the 3 events that STARTED BEFORE todays date. Currently, it will show any event who’s END DATE is after todays date.
I realize this may not be an option as a setting, but perhaps there’s a place in the code where I could make this customization? I haven’t been able to find it so far…