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
Posted by Thomas Weidner (thomas) on 2008-12-01T23:57:47.000+0000
Not an issue... please read manual and FAQ.