https://issues.apache.org/ooo/show_bug.cgi?id=120158
zjchen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from zjchen <[email protected]> --- The problem is that WW8 field filter mapped the "D/MM/YYYY HH:MM AM/PM" to "D\/MM\/YYYY HH:MM AM\/PM", and the "M" in the "AM\/PM" will be parsed isolatedly. if we manually modify the "AM\/PM" to "AM/PM", the Time format displayed correctly. The solution is that Do Not add "\" when parsing "AM/PM" token in datetime field code. -- You are receiving this mail because: You are the assignee for the bug.
