1.0.8 • Published 1 year ago

@muyi086/calendar v1.0.8

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

calendar

中文

npm npm bundle size npm GitHub

Install

npm install @muyi086/calendar
# common JS
const { calendar } = require('@muyi086/calendar')
# es6
import { calendar } from '@muyi086/calendar'

Use

// all data is in object @muyi086/calendar after init
console.log(calendar)

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.8

1 year ago

1.0.7

1 year ago

1.0.2

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago