LibreOfficeDev 25.8 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.
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") returns 3652 days.
=DAYS(NOW(); TODAY()) returns a fraction of the current day.