https://github.com/xiaofan9/calculate-birthdays
阴历年,生辰八字,24节气日期,节令月等计算
https://github.com/xiaofan9/calculate-birthdays
bazi calculate-birthdays ganzhi shengchen zhouyi
Last synced: 4 months ago
JSON representation
阴历年,生辰八字,24节气日期,节令月等计算
- Host: GitHub
- URL: https://github.com/xiaofan9/calculate-birthdays
- Owner: xiaofan9
- License: mit
- Created: 2017-10-19T03:27:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T22:35:00.000Z (over 2 years ago)
- Last Synced: 2023-03-21T13:04:23.601Z (about 2 years ago)
- Topics: bazi, calculate-birthdays, ganzhi, shengchen, zhouyi
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 16
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# calculate-birthdays
> 阴历年,生辰八字,24节气日期,节令月等计算
## 示例
```javascript
// 如
const { calculateBirthdays } = require('./index');// 2020年02月02日8时 => 庚子年戊寅月甲戌日戊辰时
console.log(calculateBirthdays(new Date('2020-02-02')))
```