Is Datetime After
Returns a boolean indicating whether a datetime is after another.
Description
Returns true if the datetime object is after another datetime object, false otherwise.
Inputs
- date to compare (DateTime): The date we want to know if it is after another date.
- comparison date (DateTime): The reference date.
- strictly (Boolean): To choose if two equals dates should return true, or not.
Outputs
- is date after (Boolean): The result.