Guida di LibreOfficeDev 26.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.
GIORNI(Data 2; Data 1)
Data 1 è la data iniziale, Data 2 è la data finale. Se Data 2 è anteriore a Data 1, il risultato è un numero negativo.
=DAYS(TODAY();"2010-01-01")) returns the number of days from January 1, 2010 until today.
=GIORNI("10/10/1990";"10/10/1980") restituisce 3652.
=DAYS(NOW(); TODAY()) returns a fraction of the current day.