diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-06-09 14:50:43 +0200 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-06-09 14:50:43 +0200 |
commit | bf11a7ef58c79603873e7ef10b906efd40277d5b (patch) | |
tree | 667daa472e05b6c0137144f17da8b4b24aa09417 /helpcontent2/source/text/scalc/01/func_eomonth.xhp | |
parent | 736c73b7800bdbdabfd1c4492de6bab403f74431 (diff) | |
parent | c71a27b22b0fa9f82ec28b0b1bfcf354a8e42519 (diff) |
cws tl74: merge with DEV300_m81
Diffstat (limited to 'helpcontent2/source/text/scalc/01/func_eomonth.xhp')
-rw-r--r-- | helpcontent2/source/text/scalc/01/func_eomonth.xhp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/helpcontent2/source/text/scalc/01/func_eomonth.xhp b/helpcontent2/source/text/scalc/01/func_eomonth.xhp index a6243be7f3..fc9bae1156 100644 --- a/helpcontent2/source/text/scalc/01/func_eomonth.xhp +++ b/helpcontent2/source/text/scalc/01/func_eomonth.xhp @@ -6,7 +6,7 @@ *********************************************************************** * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -53,7 +53,9 @@ <emph>Months</emph> is the number of months before (negative) or after (positive) the start date.</paragraph> <paragraph role="heading" id="hd_id3156335" xml-lang="en-US" level="3" l10n="U" oldref="237">Example</paragraph> <paragraph role="paragraph" id="par_id3154829" xml-lang="en-US" l10n="U" oldref="238">What is the last day of the month that falls 6 months after September 14 2001?</paragraph> -<paragraph role="paragraph" id="par_id3156143" xml-lang="en-US" l10n="U" oldref="239"> -<item type="input">=EOMONTH(9.14.2001;6)</item> returns 3.31.2002.</paragraph> + +<paragraph role="paragraph" id="par_id3156143" xml-lang="en-US" l10n="U" oldref="239"><item type="input">=EOMONTH(DATE(2001;9;14);6)</item> returns the serial number 37346. Formatted as a date, this is 2002-03-31.</paragraph> +<paragraph role="paragraph" id="par_id3156144" xml-lang="en-US" l10n="U" oldref="239"><item type="input">=EOMONTH("2001-09-14";6)</item> works as well. If the date is given as string, it has to be in ISO format.</paragraph> + </body> </helpdocument> |