Twinkle HubTwinkle Hub

農曆 → 國曆

tw_lunar_to_solar

Autres outils · 26 outils🇹🇼 Taïwanlecture seule

農曆 → 國曆。lunar_year 用西元紀年(e.g. 2025 表「農曆 2025 年」)。

Paramètres

NomTypeDescription
lunar_year *integer
lunar_month *integer
lunar_day *integer
is_leap_monthboolean
Schéma JSON brut
{
  "properties": {
    "lunar_year": {
      "title": "Lunar Year",
      "type": "integer"
    },
    "lunar_month": {
      "title": "Lunar Month",
      "type": "integer"
    },
    "lunar_day": {
      "title": "Lunar Day",
      "type": "integer"
    },
    "is_leap_month": {
      "default": false,
      "title": "Is Leap Month",
      "type": "boolean"
    }
  },
  "required": [
    "lunar_year",
    "lunar_month",
    "lunar_day"
  ],
  "title": "lunar_to_solarArguments",
  "type": "object"
}

Comment appeler

Amorce — paramètres dans le tableau
tw_lunar_to_solar({ lunar_year: 10 })