[Libreoffice-commits] help.git: source/text
Andreas Heinisch (via logerrit)
logerrit at kemper.freedesktop.org
Tue Apr 20 09:11:22 UTC 2021
source/text/scalc/01/func_weeknum.xhp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1cb52499d411fbef66b0b0fa50096f9896938acc
Author: Andreas Heinisch <andreas.heinisch at yahoo.de>
AuthorDate: Mon Apr 19 07:54:12 2021 +0200
Commit: Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Tue Apr 20 11:11:01 2021 +0200
tdf#100070 - Corrected example for WEEKNUM using System 1
Change-Id: Ie659fa5dbc9dcd4cb5c3b4d6b15a6b045a3cf36e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/114187
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
diff --git a/source/text/scalc/01/func_weeknum.xhp b/source/text/scalc/01/func_weeknum.xhp
index a23d5cdf5..99a089af3 100644
--- a/source/text/scalc/01/func_weeknum.xhp
+++ b/source/text/scalc/01/func_weeknum.xhp
@@ -174,7 +174,7 @@
<embed href="text/scalc/01/04060102.xhp#datenumberwarn"/>
<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
<paragraph role="paragraph" id="par_id3150704" xml-lang="en-US"><item type="input">=WEEKNUM(DATE(1995;1;1);1)</item> returns 1</paragraph>
-<paragraph role="paragraph" id="par_id3149792" xml-lang="en-US"><item type="input">=WEEKNUM(DATE(1995;1;1);2)</item> returns 52. If the week starts on Monday, Sunday belongs to the last week of the previous year.</paragraph>
+<paragraph role="paragraph" id="par_id3149792" xml-lang="en-US"><item type="input">=WEEKNUM(DATE(1995;1;1);2)</item> returns 1. Using System 1, the week containing January 1 is the first week of the year.</paragraph>
<paragraph role="paragraph" id="par_id3149793" xml-lang="en-US"><item type="input">=WEEKNUM(DATE(1995;1;1);21)</item> returns 52. Week 1 starts on Monday, 1995-01-02.</paragraph>
<paragraph role="paragraph" id="par_id3149794" xml-lang="en-US"><item type="input">=WEEKNUM(DATE(1999;1;1);21)</item> returns 53. Week 1 starts on Monday, 1999-01-04.</paragraph>
<section id="relatedtopics">
More information about the Libreoffice-commits
mailing list