diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-08-19 20:15:09 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2017-08-20 19:57:23 +0200 |
commit | c399dc47d92de039391f4962df355f632ce10d05 (patch) | |
tree | 0aa70a1919bcf2c729b850955bfa10e12a219968 /source/text/sbasic/shared/03100300.xhp | |
parent | 26259f880a5978290ae1a9da300025a73c702a63 (diff) |
tdf#106957 - outdated doc for BASIC date functions
Change-Id: Icb1266d36696f3f6c4cbfff0aa467b6304af9a33
Reviewed-on: https://gerrit.libreoffice.org/41343
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'source/text/sbasic/shared/03100300.xhp')
-rw-r--r-- | source/text/sbasic/shared/03100300.xhp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03100300.xhp b/source/text/sbasic/shared/03100300.xhp index 9a68f74324..294c0220b7 100644 --- a/source/text/sbasic/shared/03100300.xhp +++ b/source/text/sbasic/shared/03100300.xhp @@ -48,7 +48,8 @@ <paragraph id="hd_id3153525" role="heading" level="2" xml-lang="en-US">Parameters:</paragraph> <paragraph id="par_id3150359" role="paragraph" xml-lang="en-US"> <emph>Expression:</emph> Any string or numeric expression that you want to convert.</paragraph> -<paragraph id="par_id3125864" role="paragraph" xml-lang="en-US">When you convert a string expression, the date and time must be entered in the format MM.DD.YYYY HH.MM.SS, as defined by the <emph>DateValue</emph> and <emph>TimeValue</emph> function conventions. In numeric expressions, values to the left of the decimal represent the date, beginning from December 31, 1899. Values to the right of the decimal represent the time.</paragraph> +<paragraph id="par_id3125864" role="paragraph" xml-lang="en-US">When you convert a string expression, the date and time must be entered + either in one of the date acceptance patterns defined for your locale setting (see <item type="menuitem">Tools - Options - Language Settings - Languages</item>) or in ISO date format (momentarily, only the ISO format with hyphens, e.g. "2012-12-31" is accepted). In numeric expressions, values to the left of the decimal represent the date, beginning from December 31, 1899. Values to the right of the decimal represent the time.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err5"/> @@ -61,4 +62,4 @@ </bascode> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> |