>= and <=

This block is part of the condition group and was last modified in core v10.6.2.

>= and <= v10.6.2

In pins 3
  • compare required
    date
  • >= required
    date
  • <= required
    date
Out pins 1
  • condition
    condition

    The condition that says whether the date is between the 2 dates or not.

True when date_compare falls in the inclusive range [date_0, date_1], compared as unix-second timestamps. Each pin accepts a unix timestamp (number or numeric string) or a date string parsed as UTC. False when any of the three dates is missing or unparseable.

higherequal
singleequal
lowerequal

A typical wiring for >= AND <=: the condition out pin feeds branch.

Studio canvas example for the >= AND <= block: typical wiring for >= AND <=.

Version history

Introduced in v10.6.2.


Back to condition Return to the main group to view all sub-groups Back to condition date Return to the group to view all blocks within this group