Syntax
AFTER(<date to check>;<reference date>)
Description
AFTER compares two dates and determines whether the date in Column1 is after the date in Column2. This function returns a Boolean value, either true or false.
Examples
...
AFTER(<date to check>;<reference date>)
AFTER compares two dates and determines whether the date in Column1 is after the date in Column2. This function returns a Boolean value, either true or false.
...