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