>

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

> v10.4.28

In pins 2
  • date_0 required
    date
  • date_1 required
    date
Out pins 1
  • condition
    condition

    The condition that says whether the date is higher than the other or not.

True when date_0 is strictly after date_1 (date_0 > date_1), compared as unix-second timestamps; equal timestamps yield false. Pins accept unix timestamps (number or numeric string) or date strings parsed as UTC. False when either date is missing or unparseable.

higher

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

Studio canvas example for the > block: typical wiring for >.

Version history

Introduced in v10.4.28.


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