Matrix Version: 5.3.4.0
Hi guys,
Making an Events page and I’ve run in to some really confusing results when trying to do some (what I think) simple date comparisons:
My events shouldn’t show an “end date” if less than or equal to the start date (i.e. not set or same day)
On my event page, I have this working as intended, however when I go to the Upcoming Events List to list out the same functionality, the conditional isn’t working???
%begin_asset_metadata_dateFrontend%
%asset_metadata_dateFrontend% <!-- arbitrary date users can override with -->
%else_begin_event_start_date^replace_keywords:gte_date:{event_end_date}% <!-- this works on the event page, but not the Upcoming Events List -->
%event_start_date^date_format:d M Y%
%else_event% <!-- Upcoming events list is reverting to this final condition -->
%event_start_date^date_format:d M Y% to <br/>
%event_end_date^date_format:d M Y% <!-- the appended end date -->
%end_event%
Any idea why there would be such a difference in functionality between the event page and the Upcoming Events List?