F'in sweet CMS Date Filters

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:

  1. Select your Collection list and go to the Settings panel
  2. Add a Filter under Collection list settings
  3. Select your date & time field in the first dropdown
  4. Choose “Is after or equal to”
  5. Set your desired date value

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.