fmt:formatNumber display negative currency in -$xxx.xx format in JSTL
- by sue2008
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