ZF-5132: Zend_Date::toString incorrect for some parts

Description

$zendDate = new Zend_Date(array( 'year' => 2010, 'month' => 1, 'day' => 1, ));

$this->assertEquals('2010', $zendDate->toString('YYYY'), 'YYYY');


YYYY Failed asserting that two strings are equal. expected string <2010> difference < xx> got string <2009>

note: will not work with day less than 4.

Comments

Not an issue... please read manual and FAQ.