Then you've not read the examples in detail. :-)
See
http://framework.zend.com/manual/en/zend.locale.parsing.html#zend.locale.number.localize.
If this does not fit your needs you should give some more informations about
what you want.
Greetings
Thomas Weidner, I18N Team Leader, Zend Framework
http://www.thomasweidner.com
----- Original Message -----
From: "José de Menezes Soares Neto" <[EMAIL PROTECTED]>
To: "Thomas Weidner" <[EMAIL PROTECTED]>
Cc: "Zend Framework - General" <[email protected]>
Sent: Saturday, July 12, 2008 2:05 PM
Subject: Re: [fw-general] Number Format
I've read it, but I could not found :(
2008/7/12 Thomas Weidner <[EMAIL PROTECTED]>:
Look into the manual for "Zend_Locale_Format".
This is the component you are searching for.
Greetings
Thomas Weidner, I18N Team Leader, Zend Framework
http://www.thomasweidner.com
----- Original Message ----- From: "José de Menezes Soares Neto" <
[EMAIL PROTECTED]>
To: "Zend Framework - General" <[email protected]>
Sent: Friday, July 11, 2008 3:40 PM
Subject: [fw-general] Number Format
Hi friends,
I am using the number format like 1,000.00
But I would like to use 1.000,00
How to do that? With Zend Locale? But how?
Regards,
José
P.S: Could I change this at DB too?