ISO 週番号を取得または設定します。 これは、IsoWeek プラグインが動作するために必要です。 dayjs.extend(isoWeek) dayjs().isoWeek() // gets the current ISO week of the year newDate = dayjs().isoWeek(2) // returns new dayjs object