summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03030107.xhp
diff options
context:
space:
mode:
authortagezi <lera.goncharuk@gmail.com>2018-02-17 17:47:10 +0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-02-22 17:17:46 +0100
commit75cf318614f73c93a51538a9508ccca2b47f82b1 (patch)
tree8a2207178b8416bb87b3be5d903cf09f11d64cba /source/text/sbasic/shared/03030107.xhp
parent5339d3c91fb81ea593a96c5602b767d68aba623f (diff)
Deletion [Runtime] from names functions
[Runtime] was deleted [Runtime - VBA] was replaced to [VBA] Combination of words "runtime functions" and "runtime categiries" was replaced to "functions" and "categiries" respectively Change-Id: I1f03a5f2ef1697e216e144ecccbfb8942b315718 Reviewed-on: https://gerrit.libreoffice.org/49914 Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Sophie Gautier <gautier.sophie@gmail.com> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic/shared/03030107.xhp')
-rw-r--r--source/text/sbasic/shared/03030107.xhp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03030107.xhp b/source/text/sbasic/shared/03030107.xhp
index 4b50b0f65a..8b6df1cb7d 100644
--- a/source/text/sbasic/shared/03030107.xhp
+++ b/source/text/sbasic/shared/03030107.xhp
@@ -20,7 +20,7 @@
<meta>
<topic id="textsbasicshared03030107xml" indexer="include" status="PUBLISH">
- <title id="tit" xml-lang="en-US">CDateToIso Function [Runtime]</title>
+ <title id="tit" xml-lang="en-US">CDateToIso Function</title>
<filename>/text/sbasic/shared/03030107.xhp</filename>
</topic>
</meta>
@@ -32,7 +32,7 @@
<bookmark_value>CdateToIso function</bookmark_value>
</bookmark>
-<paragraph id="hd_id3150620" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030107.xhp" name="CDateToIso Function [Runtime]">CDateToIso Function [Runtime]</link></paragraph>
+<paragraph id="hd_id3150620" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03030107.xhp" name="CDateToIso Function">CDateToIso Function</link></paragraph>
<paragraph id="par_id3151097" role="paragraph" xml-lang="en-US">Returns the date in ISO format without separators (YYYYMMDD) from a serial date number that is generated by the DateSerial or the DateValue or the CDateFromIso function.</paragraph>
<paragraph id="par_id3151098" role="paragraph" xml-lang="en-US">The year part consists of at least four digits, with leading zeros if the absolute value is less than 1000, it can be negative with a leading minus sign if the date passed denotes a year before the common era (BCE) and it can have more than four digits if the absolute value is greater than 9999. The formatted string returned can be in the range "-327680101" to "327671231".</paragraph>
<paragraph id="par_id3151099" role="note" xml-lang="en-US">Years less than 100 and greater than 9999 are supported since %PRODUCTNAME 5.4</paragraph>