Re: Format USDollars

2006-06-08 Thread Vinit Sharma
tag can solve ur problem: 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

Re: Format USDollars

2006-06-07 Thread Antonio Petrelli
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