[symfony-users] Dot and comma

2009-12-11 Thread Augusto Flavio
Hi all, i'm working with numbers and currency in symfony and i got a problem: dot and comma. I'm using the Brazilian notation(likes the UK notation : $ 2,00 (two dollars)) . How can i change the US notation to BRL notation ? thanks Augusto Morais -- You received this message because

Re: [symfony-users] Dot and comma

2009-12-11 Thread Alexandre Salomé
Set the culture when displaying the value : function format_currency($amount, $currency = null, $culture = null) Enjoy, Alexandre 2009/12/11 Augusto Flavio afla...@gmail.com Hi all, i'm working with numbers and currency in symfony and i got a problem: dot and comma. I'm using the