1.0.9 • Published 5 years ago

wecanlendar v1.0.9

Weekly downloads
3
License
ISC
Repository
-
Last release
5 years ago

weCalendar

中文

install

npm install wecalendar
# 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.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago