I’m using a custom looper for an event list where only the events with current or future dates should be displayed.
Condition “Expression datetime”:
{{dc:looper:field key=“event_start”}} ‘after’ {{dc:global:date}}
Unfortunately, the condition query at the date only offers me before and after! If i use after, it drops also dates with current date!!
I need something like >= in the condition query!