hi,
i'm making a library database and if the user returned the book passed the due date given.i want to find the day difference and multiply that to a given fine amount.like this
daydiff = due_date_of_book - date_returned
fine_amount = daydiff * amount
thanks in advance