Month
Gets or sets the month.
Accepts numbers from 0 to 11. If the range is exceeded, it will bubble up to the year.
dayjs().month()
dayjs().month(0)
Months are zero indexed, so January is month 0.
Gets or sets the month.
Accepts numbers from 0 to 11. If the range is exceeded, it will bubble up to the year.
dayjs().month()
dayjs().month(0)
Months are zero indexed, so January is month 0.