This is a simple class that can be used to
validate and compare dates. It can take a date given in the
month-day-year format and verify whether the day corresponds to a valid
day of the given month and year.
Class: Date Validate and Compare
Detailed description
This is a simple class that can be used to validate and compare dates.
It can take a date given in the month-day-year format and verify
whether the day corresponds to a valid day of the given month and year.
It can also take two date objects and compare the dates to determine whether they are equal or which one is greater.
|