Hilfe für LibreOfficeDev 25.2
Calculates the difference between two date values. Returns the number of days between the two days. May return a fraction of a day when the arguments include time parts.
TAGE(Datum2; Datum1)
Datum1 ist das Anfangsdatum, Datum2 ist das Enddatum. Wenn Datum2 vor Datum1 liegt, ist das Ergebnis eine negative Zahl.
=DAYS(TODAY();"2010-01-01")) returns the number of days from January 1, 2010 until today.
=TAGE("10.10.1990";"10.10.1980") gibt 3652 Tage zurück.
=DAYS(NOW(); TODAY()) returns a fraction of the current day.