Twinkle HubTwinkle Hub

國曆 → 農曆

tw_solar_to_lunar

その他 · 26 件🇹🇼 台湾読み取り専用

國曆 (西元) → 農曆。

Args: date: "YYYY-MM-DD" 西元日期。

Returns: lunar_year/month/day + 中文表示 + zodiac + season + phase_of_moon。

パラメータ

名前説明
date *string
生の JSON schema
{
  "properties": {
    "date": {
      "title": "Date",
      "type": "string"
    }
  },
  "required": [
    "date"
  ],
  "title": "solar_to_lunarArguments",
  "type": "object"
}

呼び出し方

スターター——パラメータは​上表参照
tw_solar_to_lunar({ date: "…" })