What are you trying to achieve?
I need to check if a date falls within a quarter (i.e. April-June, July-Sept, Oct-Dec, Jan-March) and do something based on that.
I get today’s date with the (now) function. I’ve done everything I can to parse it. On my filters I have datetime functions of Later or equal to AND Before or equal to and yet my filter for 1/10/25 to 31/12/25 passes. But the date is 22/07/2025 in my variable.
The filter for April - June works.
Steps taken so far
I’ve tried parsing date to remove time, I’ve tried formatting the date to be DD/MM/YYYY rather than MM/DD/YYYY. Double checked that I’m using datetime operators not just time operators.



