1.1.3 • Published 2 months ago

wecalendar v1.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months 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

2 months ago

1.1.2

2 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago