I made a bill class that uses a date and money class to create bills.
I have to be able to check whether the paid date is before (or on) the due date. I am unsure of how to compare the dates.

I...