Ayuda de LibreOffice 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.
DÍES(Datos2; Datos1)
Datos1 ye la fecha d'entamu, Datos2 ye la fecha final. Si Datos2 ye una fecha anterior a Datos1 la resultancia ye un númberu negativu.
=DAYS(TODAY();"2010-01-01")) returns the number of days from January 1, 2010 until today.
=DAYS("1990-10-10";"1980-10-10") returns 3652 days.
=DAYS(NOW(); TODAY()) returns a fraction of the current day.