WikiPlus

Calculadora de Idade

Calcule a idade exata em anos, meses e dias entre quaisquer duas datas. Funciona para aniversários, datas comemorativas, idade de animais, marcos de projetos. Também conta total de dias, semanas, horas e minutos. 100% gratuita.

Processamento local
1.4s em média
4.8 de 5 — com base em 1,247 usos

Por Sergio Robles — Fundador

26Anos
4Meses
28Dias
9.645
Total de dias
1.377
Total de semanas
231.480
Total de horas
13.888.800
Total de minutos
🎂 Próximo aniversário em 217 dias
Seus arquivos são processados localmente no seu navegador. Nunca enviamos ou armazenamos seus dados.

O que é Calculadora de Idade?

A Calculadora de Idade dá a você os anos, meses e dias exatos entre duas datas, e não um número arredondado de 'cerca de 34 anos'. Ela percorre o calendário de verdade — emprestando dias do mês anterior e meses do ano anterior da mesma forma que as pessoas fazem no papel — então o resultado sempre bate com a forma como um passaporte, um ano letivo ou um documento judicial declararia a sua idade. Por padrão, a data final é hoje, o que responde na hora à pergunta 'quantos anos eu tenho'; mas ao desmarcar a opção 'usar hoje' você pode escolher qualquer data passada ou futura: quantos anos uma figura histórica tinha em determinado evento, quantos anos você terá no dia da aposentadoria ou quantos dias um projeto está em andamento desde o kickoff. A ferramenta também reporta total de dias, total de semanas e até o total de horas e minutos vividos — números divertidos que superam a conta aproximada de 365 vezes a sua idade.

Quando devo usar esta ferramenta?

  • Preencha sua idade exata em anos, meses e dias em um visto, processo de adoção ou pedido de bolsa sem contar meses manualmente a partir da data de nascimento.
  • Calcule a idade de uma criança para matrícula em países com data de corte (por exemplo, precisa ter 6 anos até 1º de setembro do ano de ingresso).
  • Descubra quantos dias faltam para o próximo aniversário ou data comemorativa e agende uma viagem surpresa, uma reserva em restaurante ou a entrega de um presente com tranquilidade.
  • Acompanhe quanto tempo um projeto, relacionamento, jornada de sobriedade ou registro de domínio está ativo em dias ou semanas — números úteis para posts de marco.

Como calcular a idade entre duas datas?

  1. 1Escolha sua data de nascimento (ou qualquer data inicial) no primeiro campo de data — o seletor limita, por padrão, até a data de hoje.
  2. 2Decida se quer a idade 'em relação a hoje' (mantenha o botão ligado) ou em uma data específica, passada ou futura (desmarque e escolha).
  3. 3Leia os três grandes números: anos, meses e dias — essa é a diferença exata percorrendo o calendário, e não uma estimativa arredondada.
  4. 4Role até o quadro de detalhes abaixo para ver total de dias, semanas, horas e minutos entre as duas datas.
  5. 5Confira a faixa rosa 'próximo aniversário' no final para ver a contagem regressiva até a próxima data comemorativa do nascimento.

Perguntas frequentes

Por que outras calculadoras me dão números diferentes?

Discrepancies between age calculators arise from two main sources: how partial years are counted and which date is used as the reference point. Some calculators report age as a simple integer — the number of completed years since the birth date — while others express it as a decimal including a fractional year. A person born on March 10, 2000, checked on March 9, 2025, is still 24, not 25. Calculators that round rather than truncate will show 25, which is technically wrong for age as understood legally and culturally in most countries. A second source is the reference date itself: some tools use the current local date from your device clock, while others use a server-side UTC date. If your local time is past midnight but UTC has not yet rolled over, the two dates differ by one day, producing a gap in calculations near birthday boundaries. This calculator uses the current local date from your browser's JavaScript Date object and computes age by comparing year, month, and day fields individually to avoid off-by-one errors at month and leap-year boundaries. All computation runs in your browser — no data leaves your device. Practical tip: for legal or official purposes — such as verifying eligibility age for a contract or benefit — always use the exact calendar date specified in the governing document as your reference, and confirm the calculator applies completed-years logic rather than rounding.

Que formato de data devo usar?

The age calculator accepts dates through a date picker input rendered by your browser, so you interact with a visual calendar rather than typing a raw string in a specific format. This means you never need to worry about whether to use MM/DD/YYYY, DD/MM/YYYY, YYYY-MM-DD, or any other textual convention — the browser's native date picker handles locale-specific formatting automatically and returns a standardized ISO 8601 date string (YYYY-MM-DD) to the JavaScript code regardless of how the date is displayed to you visually. If you do type a date manually into the input field instead of using the picker, the tool accepts ISO 8601 format (2000-03-15) which is the unambiguous international standard used by APIs, databases, and programming languages globally. Typing ambiguous formats like 03/15/2000 may be interpreted differently depending on your browser locale — Chrome and Firefox generally follow the system locale for date input interpretation, which could be day/month or month/day depending on your region. Using the date picker avoids all ambiguity. The underlying JavaScript Date parsing uses the ECMAScript specification, which mandates ISO 8601 for date-only strings. All processing runs entirely in your browser — no data leaves your device. Practical tip: if you are calculating the age of someone born in a different country and are copying their birth date from an official document, take an extra moment to confirm the day/month order — a birthdate written as 05/09/1990 in a European document means September 5th, while the same string in a US document means May 9th.

A ferramenta trata anos bissextos e meses com durações diferentes corretamente?

Yes — the calculator correctly handles leap years, variable month lengths, and edge cases in birthday calculations. The core algorithm computes age by comparing the year, month, and day components of the birth date against the reference date individually, rather than converting to a raw day count and dividing, which avoids rounding errors that simpler implementations introduce. For someone born on February 29, the calculator treats March 1 as the conventional birthday in non-leap years — the most widely accepted legal and cultural standard, though some jurisdictions use February 28. Months of different lengths are handled correctly when counting complete months elapsed since the last birthday — the algorithm does not assume all months have 30 days. Days remaining until the next birthday are computed by projecting the birth day and month onto the next occurrence, correctly detecting whether that upcoming year is a leap year. The February 29 edge case is the trickiest: a person born on that date in 2000 turns 25 on February 28 or March 1, 2025 depending on jurisdiction, and the tool makes its convention explicit in the output. All logic runs entirely in your browser using JavaScript Date arithmetic — no data leaves your device. Practical tip: if you are calculating age for a document requiring precision to the day — such as a medical trial eligibility check or a financial product maturity — confirm the reference date matches the one specified in the governing regulation, since midnight UTC versus local time can differ by a day.

Posso usar para idade de animais ou figuras históricas?

Yes — the age calculator works for any birth date and reference date combination, including pet ages and historical figures, as long as the dates fall within the range supported by JavaScript's Date object, which spans from approximately 271,821 BC to 275,760 AD. For pet ages, simply enter the pet's birth date and the current date to see the exact calendar age. The popular rule that one dog year equals seven human years is an oversimplification; more accurate models account for rapid maturation in the first two years followed by slower aging, varying by breed size. For historical figures, the calculator handles Common Era dates accurately — calculating the age of someone born in 1642 (Newton) or 1452 (da Vinci) works correctly provided you enter dates consistently in the Gregorian calendar. One important caveat is the calendar reform: dates before October 15, 1582 were recorded under the Julian calendar, which differs from the proleptic Gregorian calendar by several days depending on the century. JavaScript uses the proleptic Gregorian calendar for all dates, so ages for figures born before the reform may be off by up to 13 days. All processing runs entirely in your browser — no data leaves your device. Practical tip: for historical research requiring calendar accuracy before 1582, note the Julian-to-Gregorian offset for the relevant century — it is 10 days for the 1500s and grows by roughly one day every 400 years further back.

O conteudo desta pagina esta disponivel sob CC BY 4.0.