Date/Time Question

Date/Time Question

I have checked the Deluge Script help, but cannot find anywhere that shows how to get the current date/time. What I would like to do is get the current date and compare it to a date to determine how much is due.

In other words

If today <= September 15, amount due is $15
If today > September 15, amount due is $18

How would I do that?