Check if one date is after another date

How can I check if one date is after another date in Stackby using the ISAFTER() function?

Assume you have two date columns, “Date A” and “Date B” Your formula would look like
ISAFTER({Date A}, {Date B})
This formula will return TRUE if “Date A” is after “Date B,” and it will return FALSE if it’s not