diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-08-21 11:57:12 -0300 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-08-23 14:11:08 +0200 |
commit | 5715a39fdb3eea1b8bd71fc6517c5442bfce1fe5 (patch) | |
tree | 31d46a155f59d7870909ad569ec99738b5a0254c /source/text/scalc | |
parent | df4a017dbfecdb9ad1f8395ad8ad9c422a2e13e0 (diff) |
tdf#119009 Clarify DATEDIF date parsing
Change-Id: Ia0fa5110beb5914f7acb70046ef09e337f2fb30d
Reviewed-on: https://gerrit.libreoffice.org/59406
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source/text/scalc')
-rw-r--r-- | source/text/scalc/01/func_datedif.xhp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/text/scalc/01/func_datedif.xhp b/source/text/scalc/01/func_datedif.xhp index c695ea3791..add9419fd8 100644 --- a/source/text/scalc/01/func_datedif.xhp +++ b/source/text/scalc/01/func_datedif.xhp @@ -9,7 +9,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * ---> +--> <helpdocument version="1.0"> <meta> <topic id="textscalc01func_datedifxml" indexer="include" status="PUBLISH"> @@ -31,6 +31,7 @@ <emph>End date</emph> is the date until the calculation is carried out. End date must be later, than Start date.</paragraph> <paragraph role="paragraph" id="par_id3153183" xml-lang="en-US"> <emph>Interval</emph> is a string, accepted values are "d", "m", "y", "ym", "md" or "yd".</paragraph> +<paragraph xml-lang="en-US" id="par_id701534863359568" role="note">The parsing of <emph>Start date</emph> and <emph>End date</emph> strings depends on the <emph>Date acceptance patterns</emph> defined in <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language Settings - Languages</emph>.</paragraph> <table id="tbl_id1342204"> <tablerow> <tablecell> |