Function dateIsFuture

  • Tests whether the given date happens after today.

    Parameters

    • date: Date

      The date to compare.

    Returns boolean

    true if the given date happens after today, false otherwise.

Generated using TypeDoc