moon-time
v2.4.0
Published
moon-time is a component that converts the solar calendar to the lunar calendar (Chinese lunar calendar), it is very simple to use。
Downloads
62
Maintainers
Readme
moon-time
moon-time is a component that converts the solar calendar to the lunar calendar (Chinese lunar calendar), it is very simple to use。
Install
npm install moon-time
npm way
let moonTime = require('moon-time')
// import moonTime from 'moon-time'
let moonTimes = moonTime({
year:2022,
month:10,
day:13
})
console.log(moonTimes);