DecimalFormat for price formatting in java

Posted by blackliteon on Stack Overflow See other posts from Stack Overflow or by blackliteon
Published on 2010-03-29T10:35:14Z Indexed on 2010/03/29 11:13 UTC
Read the original article Hit count: 298

Filed under:
|

Is it possible to format price according to rules like this using DecimalFormat in Java: 50000 => 50 000 rub 00 kop

© Stack Overflow or respective owner

Related posts about decimalformat

Related posts about java