nicerobot wrote: > Thanks. That'll work though It's not really idea to have to specify the > trigger date twice.
Agreed, but you can work around that if you try really hard. > Any idea why "UNTIL [trigdate() + 21]" doesn't work? Two reasons: 1) trigdate() doesn't necessarily return March 22. It returns the actual calculated trigger date, so trigdate() + 21 will always be three weeks in the future. 2) You have to wrap a date in trigger() because REM wants to parse dates of the form "22 March 2009" and not '2009-03-22' -- David. _______________________________________________ Remind-fans mailing list [email protected] http://lists.whatexit.org/mailman/listinfo/remind-fans
