Criteria for if "date is equal to or after today"
I am trying to fetch records where the date is after today. What is the criteria for dates that are equal to and after
today?
I tried
- date After today;
- date After zoho.currentdate;
- date >= today;
- date >= zoho.currentdate;
But none of these work