取得或設定月份中的日期。 接受 1 到 31 之間的數字。如果超過範圍,將會向上加到月份。 dayjs().date() // gets day of current month dayjs().date(1) // returns new dayjs object dayjs#date 是月份中的日期,而 dayjs#day 是星期中的日期。