星期几
获取或设置一周中的某一天。
接受从 0(星期日)到 6(星期六)的数字。如果超出范围,它将冒泡到其他周。
dayjs().day() // gets day of current week
dayjs().day(0) // returns new dayjs object
dayjs#date
用于月份中的日期,而dayjs#day
用于一周中的日期。
获取或设置一周中的某一天。
接受从 0(星期日)到 6(星期六)的数字。如果超出范围,它将冒泡到其他周。
dayjs().day() // gets day of current week
dayjs().day(0) // returns new dayjs object
dayjs#date
用于月份中的日期,而dayjs#day
用于一周中的日期。