Details
Description
$date = new Zend_Date('2011-01-02', 'YYYY-MM-dd');
echo $date->get('YYYY-MM-dd');// 2010-01-02
Don't bug with any date...
The timestamp from the date seems to be ok
$date = new Zend_Date('2011-01-02', 'YYYY-MM-dd');
echo $date->get('YYYY-MM-dd');// 2010-01-02
Don't bug with any date...
The timestamp from the date seems to be ok
Closing as non-issue
Please read the manual and the FAQ on which constants to use