Day of Week
获取或设置星期几。
传入 number 从0(星期天)到6(星期六)。 如果超出这个范围,它会进位到其他周。
dayjs().day() // gets day of current week
dayjs().day(0) // returns new dayjs object
dayjs#date
是该月的日期。dayjs#day
是星期几。
获取或设置星期几。
传入 number 从0(星期天)到6(星期六)。 如果超出这个范围,它会进位到其他周。
dayjs().day() // gets day of current week
dayjs().day(0) // returns new dayjs object
dayjs#date
是该月的日期。dayjs#day
是星期几。