https://bugs.documentfoundation.org/show_bug.cgi?id=165614
Werner Tietz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Werner Tietz <[email protected]> --- Hallo **clear Direct Formatting** means **clear Direct Formatting** fullstop! In case your User wish to apply Standard-Date-Format so they: * should apply some respective Cell-STYLE (recommended) * or hit **twice** the Date-Format-Button in the Toolbar for both cases ( and also for only implicit formatting by input **iso-dates** ) the **date**attribut is applied to the xml-nodes: ``` <table:table-row table:style-name="ro1"> <table:table-cell office:value-type="date" office:date-value="2025-03-16" calcext:value-type="date"> <text:p>16.03.25</text:p> </table:table-cell> <table:table-cell/> <table:table-cell office:value-type="date" office:date-value="2025-09-08" calcext:value-type="date"> <text:p>2025-09-08</text:p> </table:table-cell> ``` ( I understand clearly your complaint, but it is close to impossible todo what $User may have in mind ) -- You are receiving this mail because: You are the assignee for the bug.
