An open API service indexing awesome lists of open source software.

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节气日期,节令月等计算

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')))
```