hello there.
I am using the event module using the event month
my client only features events in the summer
So, my client has requested that the event calendar startsd at the month of May as opposed to the current date.
How will I accomplish this ?
I thought the best way to do that was to change EventCalendar.VisibleDate = SelectedDate().Date
to my own date in this case to EventCalendar.VisibleDate = New Date(2008, 5, 1)
Is that right ?