Kalkulilo de datodiferenco
Nombri la tagojn, semajnojn kaj monatojn inter du datoj.
Results update as you type.
Pri tiu kalkulilo
you want to find the exact time between two dates, you can use the date difference calculator. It works with real calendar dates, so it automatically counts the nights between the dates; turn on "count the end day" to include both endpoints. By default it counts the nights between the dates; turn on "count the end day" to include both endpoints. You can use the date difference calculator to find the exact time between two dates — in days, weeks, months and years — and also count the weekdays (Monday to Friday) in between. Use itUse it
Oftaj demandoj
Ĉu ĝi inkluzivas la lastan tagon?
By default it counts the nights between the two dates. Turn on "Count the end day" under advanced options to include both the start and end dates in the total.
Ĉu ĝi povas trakti superjarojn?
Jes. La tagonombroj estas precizaj kaj aŭtomate kalkulas superjarojn kaj malsamajn monatlongojn.
Kiom da labortagoj estas inter du datoj?
The calculator counts only Monday to Friday and reports the total separately from the full day count. This is handy for working out business days, notice periods or delivery windows that skip weekends.
Kial la tagoj kaj la monatoj kaj jaroj diferencas?
La tagonombroj estas ununura preciza sumo, dum la monatoj kaj jaroj esprimas la saman malplenon en kalendaraj terminoj. Ĉar monatoj varias laŭ longeco, "2 monatoj" ne estas fiksita nombro de tagoj - ambaŭ rigardoj priskribas la saman intervalon.
Ĉu mi povas kalkuli la tempon al estonta dato?
Yes. Put today as the start date and the future date as the end, and the calculator shows how long until it arrives. For a live countdown to a specific time, use the countdown calculator instead.
Ĉu mi inkludu la lastan tagon aŭ ne?
It depends on what you are counting. Leave it off to count the nights or gaps between dates; turn on "count the end day" to include both the first and last day, which suits things like counting inclusive event days.
API - uzi tiun kalkulilon el kodo
Alvoku tiun kalkulilon kiel liberan JSON- finpunkton - neniu ŝlosilo necesas. Sendu la malsuprajn kampovalorojn kiel demandparametroj aŭ JSON. Anything you omit uses the same default this page is pre-filled with; an unknown parameter is a 400, never a silent zero. Legi la plenan API- dokumentaron →
Finpunkto
GET https://calculator.free/api/v1/date-difference/
curl
curl "https://calculator.free/api/v1/date-difference/?start=2026-08-24&end=2026-09-23"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/date-difference/?" + new URLSearchParams({
"start": "2026-08-24",
"end": "2026-09-23"
}));
const data = await r.json();
console.log(data.results);
La rezultoj estas taksadoj por ĝenerala gvidado nur, ne financa, medicina aŭ imposta konsilo.