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

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to