Function dateIsAfterInDays

  • Tests whether the given date happens after the given number of days in the future relatively to today.

    Parameters

    • date: Date

      The date to compare.

    • nbOfDays: number = 1

      The number of days in the future.

    Returns boolean

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

Generated using TypeDoc