Function dateIsTomorrow

  • Tests whether the given date happens tomorrow.

    Parameters

    • date: Date

      The date to compare.

    Returns boolean

    true if the given date happens tomorrow, false otherwise.

Generated using TypeDoc