月の日の取得または設定。 1から31までの数値を受け入れます。範囲を超えた場合は、月に繰り上がります。 dayjs().date() // gets day of current month dayjs().date(1) // returns new dayjs object dayjs#dateは月の日付用、dayjs#dayは曜日の日付用です。