I'd like to check if to Zend_Date datetimes are on the same day. How can I do that?
$date1 = new Zend_Date('2011-11-14 10:45:00');
$date2 = new Zend_Date('2011-11-14 19:15:00');
|
I'd like to check if to
| |||||||
feedback
|
Also see the chapter on Comparing Dates with Zend Date On a sidenote, I strongly encourage you to verify if you have the need for
EDIT after comments
| |||||||||||
feedback
|