Re: [fw-general] Month difference between two dates in zend

2007-09-04 Thread Thomas Weidner
I guess regarding the subject ("difference") he wants to knw how many month there are between two dates. Like how many month they are between 5/7/02 and 11/4/06 But he wrote in his text that he want to know the month of 2 different dates. And with "toValue" you can do this calculation yoursel

Re: [fw-general] Month difference between two dates in zend

2007-09-04 Thread Lepidosteus
On 9/4/07, Thomas Weidner <[EMAIL PROTECTED]> wrote: > See > > Zend_Date->getMonth() > or > Zend_Date->toValue('M'); > or > Zend_Date->toString('M'); > > Greetings > Thomas > I18N Team Leader I guess regarding the subject ("difference") he wants to knw how many month there are between two dates.

Re: [fw-general] Month difference between two dates in zend

2007-09-04 Thread Thomas Weidner
See Zend_Date->getMonth() or Zend_Date->toValue('M'); or Zend_Date->toString('M'); Greetings Thomas I18N Team Leader - Original Message - From: "Rohit83" <[EMAIL PROTECTED]> To: Sent: Saturday, September 01, 2007 12:30 PM Subject: [fw-g

[fw-general] Month difference between two dates in zend

2007-09-01 Thread Rohit83
HI All, I am trying to get the months from two given dates.Will anybody help me to do that. Regards Rohit -- View this message in context: http://www.nabble.com/Month-difference--between-two-dates-in-zend-tf4364127s16154.html#a12439134 Sent from the Zend Framework mailing list archive