Hi,
I am using zend functionality of date and getting some problems while
displaying todays date as it is showing 31-12-2008 instead of 31-12-2007.My
system date is also 31-12-2007.The code i have written is
$date = new Zend_Date();
$today = $date->toString('YYYY-MM-dd');
Can anybody help me with this.It was working fine till yesterday.
Thank you.
--
View this message in context:
http://www.nabble.com/Problems-with-Date-functionality-tp14554392s16154p14554392.html
Sent from the Zend Framework mailing list archive at Nabble.com.