ISO 星期
获取或设置 ISO 星期,其中 1 为星期一,7 为星期日。
需要配合 IsoWeek 插件才能工作
dayjs.extend(isoWeek)
dayjs().isoWeekday() // gets the current ISO day of the week
dayjs().isoWeekday(1); // Monday
当前版本 v1.11
更多文档获取或设置 ISO 星期,其中 1 为星期一,7 为星期日。
需要配合 IsoWeek 插件才能工作
dayjs.extend(isoWeek)
dayjs().isoWeekday() // gets the current ISO day of the week
dayjs().isoWeekday(1); // Monday
Day.js 中文文档 - 粤ICP备14034220号-1