[Remind-Fans] Recurring event every 2 months

David F. Skoll dfs at roaringpenguin.com
Fri Aug 1 01:15:28 EDT 2008


Jacques Dery wrote:

> I use remind to track recurring payments. I am trying to set a reminder 
> for a bill that comes on the 28 every 2 months.

If it's January, March, ...:

   REM 28 SATISFY [monnum(trigdate()) % 2] MSG Payment

If it's February, April, ...:

   REM 28 SATISFY [(monnum(trigdate()) % 2) == 0] MSG Payment


Regards,

David.



More information about the Remind-fans mailing list