From ab50f2ccc57ebe577cbdad4afa29b66317b87bcc Mon Sep 17 00:00:00 2001 From: Steve Fanning Date: Thu, 20 May 2021 21:43:42 +0200 Subject: [PATCH] Fix text in 2nd example given in help description of Calc's EOMONTH function. The statement that the date MUST be in ISO format is not quite correct. Also add link to updated wiki page. Change-Id: I20158373f8a67ae90cd1bfccb9fbe1d7c011077f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115838 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/scalc/01/func_eomonth.xhp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/text/scalc/01/func_eomonth.xhp b/source/text/scalc/01/func_eomonth.xhp index 186c4e9488..74d3af5929 100644 --- a/source/text/scalc/01/func_eomonth.xhp +++ b/source/text/scalc/01/func_eomonth.xhp @@ -40,8 +40,9 @@ What is the last day of the month that falls 6 months after September 14 2001? =EOMONTH(DATE(2001;9;14);6) returns the serial number 37346. Formatted as a date, this is 2002-03-31. -=EOMONTH("2001-09-14";6) works as well. If the date is given as string, it has to be in ISO format. +=EOMONTH("2001-09-14";6) works as well. If you specify the date directly, we recommend using the standard ISO 8601 format because this should be independent of your selected locale settings.
+ EOMONTH wiki page