0.0.5 • Published 3 years ago

dayjs-plugin-monthweek v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

dayjs-plugin-monthweek

Gets the week of the month.

Usage

$ npm install dayjs-plugin-monthweek
import 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 }
0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago