I’m diplaying a list of events using a repeating group, but excluding events with specific dates. The exclusion dates are held in a seperate database. The repeating group checks against the excluded dates database before deciding whether to display the conent.
At the moment it’s checking against date & time as im using a date/time picker. Is there a way for it to check for just the date? I tried using ‘contains’ rather than ‘is in’ but not being given the option.