Re: Currency Formatter...

2005-09-06 Thread Kishore Senji
If you are using struts tags you could use, takes a "format" property. You can also use JSTLs fmt tags to do the same. On 9/5/05, Iyanu, Rajasekaran <[EMAIL PROTECTED]> wrote: > > > Hi All, > > Though this question is not applicable to this forum, thought, > some of our struts champs will be

Currency Formatter...

2005-09-05 Thread Iyanu, Rajasekaran
Hi All, Though this question is not applicable to this forum, thought, some of our struts champs will be able to help me.. I've a requirement to format the amount value in 9,999.99 syntax. (ie, 5000 USD => 5,000.00 USD ) Do you know any utility to do this..? I