ISO Day of Week
Gets or sets the ISO day of the week with 1 being Monday and 7 being Sunday.
TIP
This requires the IsoWeek plugin to work
javascript
dayjs.extend(isoWeek);
dayjs().isoWeekday(); // gets the current ISO day of the week
dayjs().isoWeekday(1); // Monday