mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lee
659c91b6b9
|
4 years ago | |
---|---|---|
.. | ||
README.md | 4 years ago |
README.md
Date Is
Instructions
Create the following functions:
isValid
, this function must return false if its an Invalid DateisAfter
, this function will receive two valid dates and return true if the first date is bigger then the second dateisBefore
, this function will receive two valid dates and return true if the first date is lesser then the second dateisFuture
, will return true if it is a valid the date given as parameter is higher then the present dateisPast
, will return true if it is a valid date given as parameter is less than the present date