From 267c6f2ac71f92999e969232431ba04678e7437e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 07:54:39 +0200 Subject: Adding upstream version 4:24.2.0. Signed-off-by: Daniel Baumann --- helpcontent2/source/text/scalc/01/func_edate.xhp | 51 ++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 helpcontent2/source/text/scalc/01/func_edate.xhp (limited to 'helpcontent2/source/text/scalc/01/func_edate.xhp') diff --git a/helpcontent2/source/text/scalc/01/func_edate.xhp b/helpcontent2/source/text/scalc/01/func_edate.xhp new file mode 100644 index 0000000000..87b08cded6 --- /dev/null +++ b/helpcontent2/source/text/scalc/01/func_edate.xhp @@ -0,0 +1,51 @@ + + + + + +EDATE +/text/scalc/01/func_edate.xhp + + + +EDATE function + + +

EDATE +

+The result is a date which is a number of months away from the start date. Only months are considered; days are not used for calculation. + + +EDATE(StartDate; Months) + +StartDate is a date. + +Months is the number of months before (negative) or after (positive) the start date. + + + +What date is one month prior to 2001-03-31? + +=EDATE("2001-03-31";-1) returns the serial number 36950. Formatted as a date, this is 2001-02-28. +
+ EDATE wiki page. + +
+ +
-- cgit v1.2.3