diff --git a/dateValidator.py b/dateValidator.py index 6d01a8f..32544b8 100644 --- a/dateValidator.py +++ b/dateValidator.py @@ -1,6 +1,7 @@ # dateValidator.py # This program receives a date in a dd/mm/yyyy format and checks if it's correct # This is a test file for the dateValidator.py program +# Last changed: 06/05/2024 from calendar import monthrange