summaryrefslogtreecommitdiff
path: root/source/text/scalc/01/func_day.xhp
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2023-02-21 12:25:33 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2023-02-22 11:08:22 +0000
commit36d7838ecf321f5053559878d0b922cb384af1ad (patch)
tree27e7e2e3af57f373e8bf39c10cb8c3a64fd08ed3 /source/text/scalc/01/func_day.xhp
parente9cbd8e356084c3d4b384315b6687b94080dd79b (diff)
Refactor headings of calc functions files
* Adjust headings * reduce clutter of embeds (WIP) * Note: this patch should not trigger retranslation Change-Id: I4c87f59ebc1377ea4f487bcf0efc98f83caf64cb Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147409 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/scalc/01/func_day.xhp')
-rw-r--r--source/text/scalc/01/func_day.xhp8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/scalc/01/func_day.xhp b/source/text/scalc/01/func_day.xhp
index 33804020ef..a407680530 100644
--- a/source/text/scalc/01/func_day.xhp
+++ b/source/text/scalc/01/func_day.xhp
@@ -26,16 +26,16 @@
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id3147317"><bookmark_value>DAY function</bookmark_value>
</bookmark>
-<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_TAG" id="bm_id3151283" localize="false"/><h2 id="hd_id3147317"><variable id="day"><link href="text/scalc/01/func_day.xhp">DAY</link>
-</variable></h2>
+<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_TAG" id="bm_id3151283" localize="false"/><h1 id="hd_id3147317"><variable id="day"><link href="text/scalc/01/func_day.xhp">DAY</link>
+</variable></h1>
<paragraph role="paragraph" id="par_id3147584" xml-lang="en-US"><ahelp hid="HID_FUNC_TAG">Returns the day of given date value.</ahelp> The day is returned as an integer between 1 and 31. You can also enter a negative date/time value.</paragraph>
<embed href="text/scalc/01/ODFF.xhp#odff"/>
-<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
+<embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/>
<paragraph role="code" id="par_id3149430" xml-lang="en-US">DAY(Number)</paragraph>
<paragraph role="paragraph" id="par_id3149443" xml-lang="en-US"><emph>Number</emph> is the internal date number.</paragraph>
<embed href="text/scalc/01/04060102.xhp#datenumberinfo"/>
<embed href="text/scalc/01/04060102.xhp#datenumberwarn"/>
-<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
+<embed href="text/scalc/01/ful_func.xhp#func_head_example"/>
<paragraph role="paragraph" id="par_id3151200" xml-lang="en-US"><item type="input">=DAY(1)</item> returns 31 (since $[officename] starts counting at zero from December 30, 1899)</paragraph>
<paragraph role="paragraph" id="par_id3154130" xml-lang="en-US"><item type="input">=DAY(NOW())</item> returns the current day.</paragraph>
<paragraph role="paragraph" id="par_id3159190" xml-lang="en-US"><item type="input">=DAY(C4)</item> returns 5 if you enter 1901-08-05 in cell C4 (the date value might get formatted differently after you press Enter).</paragraph>