年龄计算器

根据出生日期计算国际年龄、韩国年龄和距离下一个生日的天数。

出生日期

Enter your date of birth

How to Use Age Calculator

Age Calculator allows you to check various age calculation methods including international age, Korean age, and year age by entering your date of birth. It is especially useful for official documents or international travel, as age calculation methods differ between Korea and other countries.

计算公式: International Age = (Current Year - Birth Year) - (1 if birthday hasn't passed this year, 0 otherwise)
小贴士:
  • Korean age starts at 1 at birth and increases by 1 every January 1st.
  • International age is based on birthday and is the most widely used method globally.
  • Year age is simply the current year minus the birth year.

常见问题

将此计算器嵌入您的网站

复制以下代码并将其粘贴到您的网站中。

iframe
<iframe
  src="/zh/age-calculator"
  title="年龄计算器"
  width="350"
  height="400"
  frameborder="0"
  style="border:1px solid #ccc; border-radius:8px;"
  loading="lazy">
</iframe>
Direct Link
<a href="/zh/age-calculator" title="年龄计算器" target="_blank">年龄计算器</a>

包含计算器的页面必须是HTTPS。