Return true if date is within the valid range of this calendar.
Return true if the specified date is within the valid range of this calendar (i.e., firstDate() <= date <= lastDate()), and false otherwise. Note that the valid range for a Calendar is empty if its length is 0.
true if date is within the valid range, and false otherwise
| Name | Description |
|---|---|
| date | date to test |