Re: Date of next Thursday
Re: Date of next Thursday
- Subject: Re: Date of next Thursday
- From: Nigel Garvey <email@hidden>
- Date: Wed, 15 Nov 2000 23:17:14 +0000
Dave Balderstone wrote on Wed, 15 Nov 2000 11:46:07 -0600:
>
Is there an easy method to get the date of next Thursday in a script
>
without a lot of if/thens?
set dref to date "Thursday, 6 January 2000 00:00:00"
set nextThursday to dref + (round (((current date) - dref) / weeks)
rounding up) * weeks
NG