0.0.5 • Published 1 year ago

dayjs-plugin-monthweek v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago