When you say the currency code, do I just type in something like 'GB' (or equivilent) for the UK?
On Mar 25, 7:49 am, Twentyseven <[email protected]> wrote: > Hi, > > You can use the NumberFormat class like this : > > NumberFormat fmt = NumberFormat.getCurrencyFormat(your currency code); > TextBox currencyBox = new TextBox(); > currencyBox.setText(fmt.format(double)); > > Eric > > On Mar 25, 12:20 am, "[email protected]" > > <[email protected]> wrote: > > Hi, > > > Can someone please tell me a way to correctly format currency in > > pounds? > > > Jack --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
