Compare dates - how do I get it to NOT look at times, only look at calendar day
I am comparing the task Commit date and the Completion Date.
plannedCompletionDate=FIELD:commitDate plannedCompletionDate_Mod=ne
The problem I'm running into is that it compares the year, the month, the calendar date, and the hh:mm. I only want it to compare the year, month, and calendar date, NOT the hh:mm.
Any idea how to do that? It is feeling like I'm going to do a text mode filter with some functions in it...
Thanks, everyone!