季度
获取或设置季度。
¥Gets or sets the quarter.
This requires the
QuarterOfYear
plugin to work
dayjs.extend(quarterOfYear)
dayjs('2010-04-01').quarter() // 2
dayjs('2010-04-01').quarter(2) // returns new dayjs object
获取或设置季度。
¥Gets or sets the quarter.
This requires the
QuarterOfYear
plugin to work
dayjs.extend(quarterOfYear)
dayjs('2010-04-01').quarter() // 2
dayjs('2010-04-01').quarter(2) // returns new dayjs object