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