It’s important to know the filter works with dates only and and not datetime. Personally, I think it’s easiest to convert the datetime to a date string in the format yyyy-mm-dd then handle the date like in this example:
However, if that’s not possible, you can write your own custom date comparator to handle the datetime like in this example: