Function dateIsSameDay

  • Tests whether the first given date is the same as the second given date.

    Parameters

    • date1: Date
    • date2: Date

    Returns boolean

    true if the first given date is the same as the second given date, false otherwise.

Generated using TypeDoc