You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E.g. for currency formatting:
System.out.println(NumberFormat.getCurrencyInstance(new Locale("es",
"ES")).format(1.23));
Expected output:
1.234,56 €
Actual output:
EUR 1,234.56
----
I believe this is done by providing a NumberFormatProvider implementation. Are
there any plans to do this?
Original issue reported on code.google.com by [email protected] on 24 Apr 2012 at 2:22
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 24 Apr 2012 at 2:22The text was updated successfully, but these errors were encountered: