Description: When a field, which is already defined as a date and has a date in it, is changed to reflect a new date, the value is saved as a text value rather than converting to a proper date format. For example: 1 jan should become 01 Jan 21, but it simply becomes '1 jan (text string). Typing 1 jan again will convert properly to a date (01 Jan 21). Alternating attempts result in a date, string, date, string, etc. See steps for exact details. Steps to Reproduce: 1) New spreadsheet 2) Highlight column A 3) Press Ctrl-1 4) Numbers tab Format code = DD MMM YY 5) Press OK 6) Go to cell A1 7) Type 15 dec and press TAB 8) You should now see 15 Dec 20 (or 21 if we are in 2021) 9) Press the left arrow to go back to A1 10) Type 15 dec and press TAB 11) You will now see '15 dec (press F2 to see) 12) The field converted to text verses staying with the previous date format and adding the year 13) Go to step 9 and repeat several more times and you will see that it keeps cycling between the two formats Actual Results: Date is entered as a string rather than converting to a date format. Expected Results: Convert text to a defined date format. Reproducible: Always User Profile Reset: Yes Additional Info: Version: 7.0.3.1 (x64) Build ID: d7547858d014d4cf69878db179d326fc3483e082 CPU threads: 2; OS: Windows 10.0 Build 19042; UI render: default; VCL: win Locale: en-US (en_US); UI: en-US Calc: threaded
Thank you for reporting the bug. I can confirm that the bug is present in Version: 7.0.4.2 (x64) Build ID: dcf040e67528d9187c66b2379df5ea4407429775 CPU threads: 8; OS: Windows 10.0 Build 19042; UI render: Skia/Vulkan; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL Version: 7.2.0.0.alpha0+ (x64) Build ID: 900573fbd77993a48f012b074f498913befbeb26 CPU threads: 8; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL
I can't reproduce Version: 7.2.0.0.alpha0+ (x64) Build ID: f2171af6ce3516598d9f8bac8294025a21a5b1a2 CPU threads: 4; OS: Windows 10.0 Build 20180; UI render: default; VCL: win Locale: es-ES (es_ES); UI: en-US Calc: CL Is the month introduced on the locale language? (Menu/Tools/Options/Language settings/Language - Locale)
Related question in ask.libreoffice.org: https://ask.libreoffice.org/en/question/284225/
Created attachment 168807 [details] Language Locale Settings Here are the settings I have.
Dear Michael, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Looks related to bug 135541, day/month order discrepancy between LibreOffice locale (en-US) and the actual format's date order.
This bug is still reproducible in: Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: e15bf7363adb20c77aee51e09b6f2604d741619b CPU threads: 6; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded
Not reproducible in LO v. 3.3.0, therefore it is a regression
As expected in 6.1, not in 6.2. source 4d51531130988d87839bb7b0c077a5df43b2a6be author Eike Rathke <erack@redhat.com> Mon May 20 21:44:02 2019 committer Caolán McNamara <caolanm@redhat.com> Mon Jun 10 22:46:06 2019 Resolves: tdf#125109 prefer edit format's acceptance patterns and YMD order