lunar_to_solar
Convert a lunar calendar date to the corresponding solar calendar date, including an option to account for leap months.
Instructions
음력 날짜를 입력하면 양력 날짜를 반환합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | 음력 연도 (예: 2026) | |
| month | Yes | 음력 월 (1~12) | |
| day | Yes | 음력 일 (1~30) | |
| intercalation | No | 윤달 여부 (기본값: false) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | 양력 날짜 결과 |