Criteria for if "date is equal to or after today"

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 
  1. date After today;
  2. date After zoho.currentdate;
  3. date >= today;
  4. date >= zoho.currentdate;
But none of these work