I’m using this in (what I think is) a pretty heavily customized calendar website.
And one thing that irks me is that when I have an event going from the 5th to the 8th of December, it will show this:
05. December – 08. December
I’d prefer it to show
05. – 08. December
Of course just removing the first name of the month is stupid because if it’s from 29th November to 2nd December, you need the month.
Is there a way to improve the tribe_events_event_schedule_details function to check if the start and end month are identical, then not display the first?
I’m asking because I’ve started to re-build the tribe_events_event_schedule_details function with tribe_get_start_date( null, false, ‘d’ ) and tribe_get_start_date( null, false, ‘F’ ) and I’d start on doing a very complicated if-then-circus act …
The site is not yet public, here’s a screenshot.