• Returns whether the date is a weekend

    Parameters

    • Optionaldate: Date

      the date to check

    Returns boolean

    whether the date is a weekend

    isWeekend(new Date(2023, 8, 30));    // true