1.1.3 • Published 1 year ago

wecalendar v1.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

wecalendar

中文

npm npm bundle size npm GitHub

install

npm install wecanlendar
# common JS
const wecalendar = require('wecalendar')
# es6
import wecalendar from 'wecalendar'

use

// all data is in object wecalendar after init
console.log(wecalendar)

attr explain

  1. currentMonthDay : daily info
  2. currentMonthFarmDay : daily info with Lunar

function

functionparameterdefaultrequireddescription
searchdate stringstringrequiredself-defined search with a date string like '2019.12.12'或'2019-12-12'或'2019/12/12'
1.1.3

1 year ago

1.1.2

3 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.6

5 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago