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.
DAYS(Ημερομηνία2, Ημερομηνία1)
Η Ημερομηνία1 είναι η αρχική ημερομηνία, η Ημερομηνία2 είναι η τελευταία ημερομηνία. Αν η Ημερομηνία2 είναι προηγούμενη από την Ημερομηνία1 το αποτέλεσμα είναι ένας αρνητικός αριθμός.
=DAYS(TODAY();"2010-01-01")) returns the number of days from January 1, 2010 until today.
Η =DAYS("1990-10-10";"1980-10-10") δίνει 3652 ημέρες.
=DAYS(NOW(); TODAY()) returns a fraction of the current day.