diff options
author | Bogdan Buzea <buzea.bogdan@libreoffice.org> | 2024-11-25 19:34:18 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-11-26 22:04:44 +0100 |
commit | 6977846f119905354c5b449612e1e0b64fdf0722 (patch) | |
tree | 9c015f06a19bb216b6a680275bee844adcf19cf6 | |
parent | 815ce1be85e4bd8e77ccbed66ec5d482863f4caa (diff) |
tdf#131332: Replace custom date formats with ISO 8601
Change-Id: I258013e509a72caf640032fe6dc258a734127fd1
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/177292
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/optionen/01010600.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/shared/optionen/01010600.xhp b/source/text/shared/optionen/01010600.xhp index 6bb6144d80..74eacce045 100644 --- a/source/text/shared/optionen/01010600.xhp +++ b/source/text/shared/optionen/01010600.xhp @@ -57,7 +57,7 @@ <h2 id="hd_id3153561">Year (two digits)</h2> <paragraph xml-lang="en-US" id="par_id3147530" role="paragraph"><ahelp hid="cui/ui/optgeneralpage/year">Defines a date range, within which the system recognizes a two-digit year.</ahelp></paragraph> <section id="year_digits"> - <paragraph xml-lang="en-US" id="par_id3156343" role="paragraph">In $[officename], years are indicated by four digits, so that the difference between 1/1/99 and 1/1/01 is two years. This <emph>Year (two digits)</emph> setting allows the user to define the years in which two-digit dates are added to 2000. To illustrate, if you specify a date of 1/1/30 or later, the entry "1/1/20" is recognized as 1/1/2020 instead of 1/1/1920.</paragraph> + <paragraph xml-lang="en-US" id="par_id3156343" role="paragraph">In $[officename], years are indicated by four digits, so that the difference between 1/1/99 and 1/1/01 is two years. This <emph>Year (two digits)</emph> setting allows the user to define the years in which two-digit dates are added to 2000. To illustrate, if you specify a date of 1930 or later, the entry "1/1/20" is recognized as 2020-01-01 instead of 1920-01-01.</paragraph> </section> </section> |