locale - Number Normalization for Zend Framework 2 -


i'm trying normalize number form, will/could in local number format. e.g.

locale:en-us 1,234.56 -> 1234.56  locale:nl-nl 1.234,56 -> 1234.56 

is there equivalent in zf2 zf1 zend_locale_format::getnumber?

thanks in advance

aborgrove.

you mean numberformat filter?


Comments