temporal-fns
    Preparing search index...

    Function isFuture

    • Returns true when temporal is strictly after "now". Accepts Instant, PlainDate, PlainDateTime, and ZonedDateTime — all types that can be placed on the absolute timeline (or compared against today's date).

      For ZonedDateTime the comparison anchors "now" to the value's own zone.

      Parameters

      • temporal: PlainDate | PlainDateTime | ZonedDateTime | Instant

      Returns boolean