农历/公历转换
lunar_convertConvert dates between the Chinese lunar calendar and the Gregorian solar calendar. Use solar2lunar to translate a Gregorian date to lunar, or lunar2solar for the opposite direction.
Instructions
仅当用户明确要求进行农历与公历日期换算时才调用。注意:排盘不需要先转换——bazi_paipan 支持直接传农历参数(lunar=true)。本工具极少使用。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | Yes | 日 | |
| year | Yes | 年份 | |
| month | Yes | 月份 | |
| isleap | No | 仅 lunar2solar:农历是否闰月,默认 false | |
| direction | Yes | 转换方向:solar2lunar=公历转农历,lunar2solar=农历转公历 |