The following basic operations do not have corresponding convenience methods for the date parts listed in Zend_Date API Overview.
Table 48. Date Comparison Methods
| Method | Explanation |
|---|---|
equals() |
returns |
isEarlier() |
returns |
isLater() |
returns |
isToday() |
Tests if today's year, month, and day match this object's date value, using this object's timezone. |
isTomorrow() |
Tests if tomorrow's year, month, and day match this object's date value, using this object's timezone. |
isYesterday() |
Tests if yesterday's year, month, and day match this object's date value, using this object's timezone. |
isLeapYear() |
Use |
isDate() |
This method checks if a given date is a real date and returns
|




