Hello together, I use a code like this:
$date = new Zend_Date(); $date->get(Zend_Date::MONTH); // this returns a utf-8 encoded value How can get the utf8_decode values by default? Best regards Aycko
A. Maerzke - STONE Software Solutions GmbH Tue, 24 Jul 2007 05:06:16 -0700
Hello together, I use a code like this:
$date = new Zend_Date(); $date->get(Zend_Date::MONTH); // this returns a utf-8 encoded value How can get the utf8_decode values by default? Best regards Aycko