I need some help with %event_stop_date% keyword. I have put PHP suffix on it like thus:
%event_stop_date_Y-M-d%
But for events that are ongoing, the code gets really confused and throws out 1970-Jan-01 as it does not know the end date of an event that actually has not got an absolute end date.
Could there be any possible workaround solution to this like just replacing the date data with "ongoing" string or something?