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.
_______________________________________________
Remind-fans mailing list
[email protected]
http://lists.whatexit.org/mailman/listinfo/remind-fans

Reply via email to