時間を取得または設定します。 0~23の数値を受け入れます。範囲を超えると、日数に繰り上がります。 dayjs().hour() // gets current hour newDate = dayjs().hour(12) // returns new dayjs object