Skip to main content
Version: Next

Is Datetime Before

Returns a boolean indicating whether a datetime is before another.

Description

Returns true if the datetime object is before another datetime object, false otherwise.

Inputs

  • date to compare (DateTime): The date we want to know if it is before another date.
  • comparison date (DateTime): The reference date.
  • strictly (Boolean): To choose if two equals dates should return true, or not.

Outputs

  • is date before (Boolean): The result.