Function dateIsToday

  • Tests whether the given date happens today.

    Parameters

    • date: Date

      The date to compare.

    Returns boolean

    true if the given date happens today, false otherwise.

Generated using TypeDoc