The Date A is after B block is used to check if a date A is after a date B.
Example A:
Input value Date A and input value Date B return false because Date A is not after Date B.
Result:
Returns true if Date A is after Date B, otherwise false.
Tips and best practices:
Both the date and the time are compared.Library:
Date