月份
获取或设置月份。
接受 0 到 11 的数字。如果超出范围,将向上冒泡到年份。
dayjs().month() // gets current month
dayjs().month(0) // returns new dayjs object
月份从零开始,所以一月是月份 0。
获取或设置月份。
接受 0 到 11 的数字。如果超出范围,将向上冒泡到年份。
dayjs().month() // gets current month
dayjs().month(0) // returns new dayjs object
月份从零开始,所以一月是月份 0。