Link to home
Start Free TrialLog in
Avatar of SheppardDigital
SheppardDigital

asked on

JSP How to use numberFormat to display a negative number without parenthesis?

I'm currently using the code below to display a currency number in a JSP file, however when the number is negative it wraps the number in perenthesis.

How can I remove these?

<fmt:formatNumber type="currency" maxFractionDigits="0" currencySymbol="&pound;" value="${nursing['amount']}"/>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Rgonzo1971
Rgonzo1971

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial