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: "…" })