Equation for "Days Late" subtracting 2 Date Fields

I’m assuming this is pretty simple. I have an invoice with a “due date” field. I’d like to create an equation field called “days late” and have that calculate how many days from the due date and todays date to give me how many days late the invoice is past due.

Thanks!

Use an Equation field:

currentTime() - {Due Date}