You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2013/12/09 06:24:34 UTC

[Bug 112722] Format statement problem with dd and nn

https://issues.apache.org/ooo/show_bug.cgi?id=112722

hanya <ha...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hanya.runo@gmail.com

--- Comment #7 from hanya <ha...@gmail.com> ---
For individual format, only "c", "n", "nn", "w", "y", "<", and ">" are defined 
for VBA compatibility.
If the format string do not match with the above, SvNumberFormatter class is 
used to format the number. It is the same with general number formatter. 
The help page can be found by searching term "Number Format Codes".

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.