I have looked around to see if I can find a simple method in Python to find out if a date has passed.
For example:-
If the date is 01/05/2015
, and the date; 30/04/2015
was in-putted into Python, it would return True, to say the date has passed.
This needs to be as simple and efficient as possible.
Thanks for any help.