LibreOfficeDev 25.2 Help
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.
DAGEN(Datum2; Datum1)
Datum1 is de begindatum, Datum2 is de einddatum. Als Datum2 een eerdere datum is dan Datum1 is het resultaat een negatief getal.
=DAYS(TODAY();"2010-01-01")) returns the number of days from January 1, 2010 until today.
=DAGEN("10-10-1990";"10-10-1980") geeft 3652 dagen.
=DAYS(NOW(); TODAY()) returns a fraction of the current day.