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(Date_2;Date_1)
Date_1 सुरु मिति हो, Date_2 अन्तिम मिति हो । यदिDate_2 Date_1भन्दा अगाडिको मिति भए परिणाम ऋणात्मक हुन्छ ।
=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.