Tarlika Elisabeth Schmitz wrote: > Could the following be done in a oner? :
> A reminder on the last calendar day of every month followed by 2 > further reminders on the following 2 calendar days. I always like a challenge... This will do it, but possibly not very efficiently. Anyone got a more efficient solution? REM SATISFY [day(trigdate()+1) <= 3] MSG Last day of month plus next two days. Explanation: Trigger the reminder if *tomorrow's* day-of-month is 1, 2 or 3. Regards, David. _______________________________________________ Remind-fans mailing list [email protected] http://lists.whatexit.org/mailman/listinfo/remind-fans
