國曆 (西元) → 農曆。
Args: date: "YYYY-MM-DD" 西元日期。
Returns: lunar_year/month/day + 中文表示 + zodiac + season + phase_of_moon。
國曆 (西元) → 農曆。
Args: date: "YYYY-MM-DD" 西元日期。
Returns: lunar_year/month/day + 中文表示 + zodiac + season + phase_of_moon。
| Nom | Type | Description |
|---|---|---|
| date * | string | — |
{
"properties": {
"date": {
"title": "Date",
"type": "string"
}
},
"required": [
"date"
],
"title": "solar_to_lunarArguments",
"type": "object"
}tw_solar_to_lunar({ date: "…" })