<fmt> tag can solve ur problem:

<fmt:formatNumber type="currency" currencyCode="USD" value="1234578.74901"
pattern="#,###.##"/>

Display would look as: $1,234,578.75

HTH,

On 6/7/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote:

Raghuveer ha scritto:
> How to format Money Data type(SQL server )by below format for USD.
>
>
>
> $x,xxx,xxx,xxx.xx
>

If you mean formatting in JSP see:

http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/fmt/formatNumber.html
Ciao
Antonio

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Vinit Sharma
IBM

Reply via email to