1.0.6 • Published 10 months ago

getmonthlist v1.0.6

Weekly downloads
6
License
ISC
Repository
-
Last release
10 months ago

getMonthList

Input the month and year, Output the data for the current month

Usage

import getMonthList from 'getmonthlist'

// November 2019
getMonthList(2019, 10) // [{year: 2019, month: 10, day: 1, week: 5}, ..., {year: 2019, month: 10, day: 30, week: 6}]

// June 2017
getMonthList(2017, 7) // [{year: 2017, month: 7, day: 1, week: 6}, ..., {year: 2017, month: 7, day: 31, week: 1}]

// default is current time
getMonthList() // [{year: 2019, month: 10, day: 1, week: 5}, ..., {year: 2019, month: 10, day: 30, week: 6}]
1.0.6

10 months ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago