JSP Format Currency
807597Jun 6 2005 — edited Jun 6 2005I had a ASP page that very simply formatted a number from my database, to display a propper currency format,for example R20 000
The ASP code is >
someamount = FormatCurrency("someamount ")
where FormatCurrency was an ASP function that format the amount,
Is there something similar in JSP?