[Libreoffice-bugs] [Bug 125652] Date format not respected while editing cells
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Jun 3 16:37:06 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=125652
Eike Rathke <erack at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |DUPLICATE
Status|UNCONFIRMED |RESOLVED
--- Comment #4 from Eike Rathke <erack at redhat.com> ---
The key here probably is "configured in English" en-US system (or default
LibreOffice) locale with M/D/Y date order and "Dutch Belgium" nl-BE format with
D/M/Y date order. Input always follows the system locale, only if there is no
match (i.e. input does not result in a date as in 23/4/2019) the individual
format is tried.
Reason is (and was before) that for an empty cell there is no user visible
indicator what YMD order is expected (unless s/he looks up the format first).
The resolution for bug 125109 is to keep the system locale's YMD order
processing (here M/D/Y) for new input in empty cells (again unless no match)
but follow the format's locale's YMD order (here D/M/Y) if the cell already
contains a date.
If you want to process always D/M/Y order in your constellation you can do two
things under Tools -> Options -> Language Settings -> Languages:
* either set the Locale setting to Dutch (Belgium), which also changes the date
acceptance patterns
* or set the (insert a) first date acceptance pattern with D/M/Y
*** This bug has been marked as a duplicate of bug 125109 ***
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190603/6daad0f0/attachment.html>
More information about the Libreoffice-bugs
mailing list