View Single Post
Quote:
Originally Posted by RobTrew View Post
Version 0.02 now in post 61 above.

Code:
#Ver 0.02 
# Works with Vanilla and AppStore OF
# Adjusts for any daylight savings
# Exclusion of completed tasks corrected
I'm happily using Ver 0.03 of the script. Completed tasks are now excluded, but only if they are not in the specified timeframe (last fortnight):
Code:
$DAYS_OVERDUE < 14
.

So at the moment every completed item of the last 14 days still shows up. I've tried some (amateurish) things, but couldn't get it to also exclude the last 14 days completed items.