fmt:formatNumber display negative currency in -$xxx.xx format in JSTL

Posted by sue2008 on Stack Overflow See other posts from Stack Overflow or by sue2008
Published on 2010-03-08T14:52:45Z Indexed on 2010/03/08 19:51 UTC
Read the original article Hit count: 563

Filed under:
|

I am using fmt:formatNumber to format currency in JSTL, it will display negative currency in ($100) format, how do I make it display negative currency in negative format instead of ($100)?

thanks very much,

sue

© Stack Overflow or respective owner

Related posts about currency

Related posts about jstl