Date of Month
获取或设置月份里的日期。
接受1到31的数字。 如果超出这个范围,它会进位到月份。
dayjs().date() // gets day of current month
dayjs().date(1) // returns new dayjs object
dayjs#date
是该月的日期。dayjs#day
是星期几。
获取或设置月份里的日期。
接受1到31的数字。 如果超出这个范围,它会进位到月份。
dayjs().date() // gets day of current month
dayjs().date(1) // returns new dayjs object
dayjs#date
是该月的日期。dayjs#day
是星期几。