I've had a look at _DateDiff but I can't work out how to do what I'm wanting...
I'm basically wanting to do:
$endoflifedate = "06/02/2013"
$currentdate = "06/01/2013" ;returned via NTP
If $endoflifedate is the same or after $currentdate (has passed) then exit
Anyone know how I can do this?