Re: [fw-general] Zend_Date and GMT problem

2008-03-20 Thread tflessak
Hi! It worked! Thank you so much! Best regards Thiago holografix wrote: > > Hi > > You need to add Zend_Date::setOptions(array('extend_month' => true)); > before doing month calculation. > > best regards, > holo > > > 2008/3/18, tflessak <

Re: [fw-general] Zend_Date and GMT problem

2008-03-18 Thread tflessak
at was the result ? > What did you expect to be returned ? > Did you set any options before initiation ? > > Greetings > Thomas Weidner, I18N Team Leader > http://www.thomasweidner.com > > - Original Message - > From: "tflessak" <[EMAIL PROTECTED]&g

[fw-general] Zend_Date and GMT problem

2008-03-18 Thread tflessak
Hi! I was using Zend Framework 1.0.3 Into my code there are situations where I use some month calculation like this: $dt = new Zend_Date(); $dt->subMonth(5); After update to version 1.5, this code doesn't work anymore. Doing some comparison with version 1.0.3, I could see that the function whic