PLEASE! Someone help me make this “Start date” Work. It’s triggering the field on the bottom like: 2025-06-20 (start-date)
It should filter All events AFTER the date selected. Preffered format is DD/MM/YYYY
PLEASE! Someone help me make this “Start date” Work. It’s triggering the field on the bottom like: 2025-06-20 (start-date)
It should filter All events AFTER the date selected. Preffered format is DD/MM/YYYY
Hi there!
Filtering events by date in your Collection list is straightforward. Here’s how to set it up:
You can find additional filtering options and examples in our guide on filtering Collection Lists.
Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.
Javascript is bad at parsing, especially US dates since they follow the unconventional D/M/Y format. It won’t know whether 1/3/25 means Jan 3 or Mar 1.
In FS Filter setups I always use an ISO 8601 convention YYYY-MM-DD which is easy to recognize and parse unambiguously. I’d set it up with that date for parsing, hide that field, and then you can have a second date for US display which has no attributes.