zendframework / zf1

This project reached its end-of-life on 2016-09-28. Contains conversion of ZF1 subversion repo to git, from version 15234 forward, and only containing master and release-1.12 branches and 1.12 tags.
https://framework.zend.com/blog/2016-06-28-zf1-eol.html
BSD 3-Clause "New" or "Revised" License
357 stars 801 forks source link

Zend_Filter_LocalizedToNormalized return date array instead of integer #739

Open irenelagno opened 7 years ago

irenelagno commented 7 years ago

Hello!

$filter = new Zend_Filter_LocalizedToNormalized(array('locale' => 'es_CO')); $val = $filter->filter( '1' ); $val should be 1000000 now, but is an array with date informations: array ( [date_format] => "d/MM/y", [locale] => "es_CO", [day] => 1, [month] => false, [year] => false) I found similar issue with other localization which have been already fixed. The same problem exists with locale="es_CL", "es_CR"

froschdesign commented 7 years ago

We are sorry, but ZF1 reaches its End of Life (EOL).