InterviewSolution
Saved Bookmarks
| 1. |
What Is A Method Of Class Date Which Is Used To Search Weather Object Contains A Date Before The Specified Date? |
|
Answer» before() returns true if the invoking DATE OBJECT contains a date that is earlier than one SPECIFIED by date, OTHERWISE it returns false. before() returns true if the invoking Date object contains a date that is earlier than one specified by date, otherwise it returns false. |
|