Skip to main content
Version: Next

Is Date Between

Checks if the date is between two other dates

Description

Checks if the date is between the two other dates (limits included)
Note: Make sure that the data type is converted to Date/Time for this brick to work properly.
Example:
Can use "String to Datetime" when getting the data from a text field to convert the string into datetime

Inputs

  • date to compare (DateTime): The date to be checked if it is in between or not
  • start date (DateTime): The start date of the range to check
  • end date (DateTime): The end date of the range to check

Outputs

  • is between (Boolean): Returns True if it is in between. False if it is not in between