Function dateIsInDays

  • Tests whether the given date happens the given number of days in the future.

    Parameters

    • date: Date

      The date to compare.

    • nbOfDays: number = 1

    Returns boolean

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

Generated using TypeDoc