diff options
author | Steve Fanning <stevemfanning@yahoo.co.uk> | 2020-05-29 16:30:39 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-08 18:18:19 +0200 |
commit | 99974d4e8519f1d08565e1058a1ad9ae17f19ed6 (patch) | |
tree | 462500aaa1764efa5b1ada9a2642f1a470b79926 /source | |
parent | c4a6449f8edfbdcb6b19c7b4deea31467423e072 (diff) |
(WEEKDAY fn) Minor tidy-up for consistency
Change-Id: Ie5f2031b09afd836c1e92a8f4fe837393442a0c2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95115
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
(cherry picked from commit 5f22c5046e8a89d22d186052bc99e605c48c48b1)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95714
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/01/func_weekday.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/func_weekday.xhp b/source/text/scalc/01/func_weekday.xhp index 0afcbfbdec..f000d5fe77 100644 --- a/source/text/scalc/01/func_weekday.xhp +++ b/source/text/scalc/01/func_weekday.xhp @@ -37,7 +37,7 @@ <paragraph id="par_id3154228" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_WOCHENTAG">Returns the day of the week for the given date value.</ahelp> The day is returned as an integer between 1 (Sunday) and 7 (Saturday) if no type or type=1 is specified. For other types, see the table below.</paragraph> <embed href="text/scalc/01/ODFF.xhp#odff"/> <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> -<paragraph id="par_id3149033" role="code" xml-lang="en-US">WEEKDAY(Number[; Type])</paragraph> +<paragraph id="par_id3149033" role="code" xml-lang="en-US">WEEKDAY(Number [; Type])</paragraph> <paragraph id="par_id3149046" role="paragraph" xml-lang="en-US"> <emph>Number</emph>, as a date value, is a decimal for which the weekday is to be returned.</paragraph> <paragraph id="par_id3154394" role="paragraph" xml-lang="en-US"> <emph>Type</emph> is optional and determines the type of calculation. </paragraph> |