You also need to set the thousandsSeparator to something other than “,” so that it doesn’t interfere.

 


From: [email protected] [mailto:[email protected]] On Behalf Of jonbez
Sent: Thursday, May 12, 2005 8:14 AM
To: [email protected]
Subject: [flexcoders] CurrencyFormatter

 

Hi Everyone,

I need to be able to display an amount in the following format:

15,99$

I use the following currency formatter, but it does not seem to work.

<mx:CurrencyFormatter id="priceFormat" precision="2"
rounding="nearest" alignSymbol="right" decimalSeparatorFrom="."
decimalSeparatorTo=","/>

(The original amount comes in as 15.99).

The above formatter works fine if I change the decimalSeperatorTo to
"." (which is of course not what I want).

Any ideas?

Thank you

Jonathan





Yahoo! Groups Links

Reply via email to