dayjs-plugin-monthweek
v0.0.5
Published
Gets the week of the month
Readme
dayjs-plugin-monthweek
Gets the week of the month.
Usage
$ npm install dayjs-plugin-monthweekimport dayjs from "dayjs"
import monthWeek from "dayjs-plugin-monthweek"
dayjs.extend(monthWeek)Get the week of the month
dayjs(new Date(2023, 0, 1)).monthWeek() // { year: 2022, month: 11, week: 5 }