一年中的周(ISO)
获取或设置一年中的 ISO 周。
这需要 IsoWeek
插件才能工作
dayjs.extend(isoWeek)
dayjs().isoWeek() // gets the current ISO week of the year
newDate = dayjs().isoWeek(2) // returns new dayjs object
获取或设置一年中的 ISO 周。
这需要 IsoWeek
插件才能工作
dayjs.extend(isoWeek)
dayjs().isoWeek() // gets the current ISO week of the year
newDate = dayjs().isoWeek(2) // returns new dayjs object