source/text/sbasic/shared/03030107.xhp |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 38754a50beef5264f380f82504d0643f17f093fe
Author: Eike Rathke <er...@redhat.com>
Date:   Wed May 3 14:49:03 2017 +0200

    CDateToIso: details about format, date range and year representation
    
    Change-Id: Id50e465356bde9f99afc2225d82d01f0225bd957

diff --git a/source/text/sbasic/shared/03030107.xhp 
b/source/text/sbasic/shared/03030107.xhp
index 920a5283d..d1ed3c530 100644
--- a/source/text/sbasic/shared/03030107.xhp
+++ b/source/text/sbasic/shared/03030107.xhp
@@ -35,7 +35,9 @@
 
 
 <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 from a serial date number that is generated by the 
DateSerial or the DateValue function.</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_id3151099" role="note" xml-lang="en-US">Years less than 100 
and greater than 9999 are supported since %PRODUCTNAME 5.4</paragraph>
 </section>
 
 <paragraph id="hd_id3159224" role="heading" level="2" 
xml-lang="en-US">Syntax:</paragraph>
@@ -59,4 +61,4 @@
 </bascode>
 </body>
 
-</helpdocument>
\ No newline at end of file
+</helpdocument>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to