diff options
author | Eike Rathke <erack@redhat.com> | 2017-05-03 15:12:32 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-05-03 15:12:59 +0200 |
commit | b6633ae15a4998c189765314f6fccb1dffbfbad6 (patch) | |
tree | 0e5aaf0bb4daef1ab09a5d34cb10c54d23e38749 /source/text/sbasic/shared | |
parent | 38754a50beef5264f380f82504d0643f17f093fe (diff) |
Fix typo in year range
Change-Id: If739f647f463795c3264a557bf83a8f6dbfb49fb
Diffstat (limited to 'source/text/sbasic/shared')
-rw-r--r-- | source/text/sbasic/shared/03030107.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03030107.xhp b/source/text/sbasic/shared/03030107.xhp index d1ed3c530e..d501abb68b 100644 --- a/source/text/sbasic/shared/03030107.xhp +++ b/source/text/sbasic/shared/03030107.xhp @@ -36,7 +36,7 @@ <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="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 area (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 "-237680101" to "237671231".</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 area (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> </section> |