[Remind-Fans] Problem specifying Nth Tuesday of a Month

David F. Skoll dfs at roaringpenguin.com
Fri Jan 17 13:43:16 EST 2003


On Fri, 17 Jan 2003, Edward Felberbaum wrote:

> REM Tue MSG Test Every Tuesday of every month
Right.

> REM Tue 1 MSG Test First Tuesday of every month
Right, by coincidence.

> REM Tue 2 MSG Test Second Tuesday of every month
Nope.  You want: REM Tue 8 MSG...

The number means the first Tuesday on or after the n'th of the month.
For first weekday, use 1.  For second, use 8; third, use 15 and fourth,
use 22.

Why did I do it this weird way?  Well, consider specifying "The
Tuesday after the second Monday in a month."  In Remind, that's a
no-brainer:

REM Tue 9 MSG Tuesday after second Monday in every month.

Subtle, eh? :-)

Specifying the fifth Tuesday is slightly trickier:

REM Tue 29 SATISFY [day(trigdate()) >= 29] MSG Fifth Tuesday of every month

Hope you enjoy reading the man page! :-)

Regards,

David.



More information about the Remind-fans mailing list