From 5715a39fdb3eea1b8bd71fc6517c5442bfce1fe5 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Tue, 21 Aug 2018 11:57:12 -0300 Subject: tdf#119009 Clarify DATEDIF date parsing Change-Id: Ia0fa5110beb5914f7acb70046ef09e337f2fb30d Reviewed-on: https://gerrit.libreoffice.org/59406 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- source/text/scalc/01/func_datedif.xhp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/text/scalc') 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/. * ---> +--> @@ -31,6 +31,7 @@ End date is the date until the calculation is carried out. End date must be later, than Start date. Interval is a string, accepted values are "d", "m", "y", "ym", "md" or "yd". +The parsing of Start date and End date strings depends on the Date acceptance patterns defined in %PRODUCTNAME - PreferencesTools - Options - Language Settings - Languages. -- cgit