Larry Hynes writes:

>My mobile phone provider gets paid from my bank account 14 days after the 17th
> of the month. Is it possible to schedule a reminder on the relevant date e.g.
> 31 March, 1st April, etc.?

if (day(today()-14) == 17) 
  rem phone bill
endif

It triggers on:
(17 jan) => 31 jan
(17 feb) => 3 mar
(17 mar) => 31 mar
(17 apr) => 1 may
(17 may) => 31 may
(17 jun) => 1 jul
(17 jul) => 31 jul
(17 aug) => 31 aug

--hymie!    http://lactose.homelinux.net/~hymie    [email protected]
_______________________________________________
Remind-fans mailing list
[email protected]
http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans
Remind is at http://www.roaringpenguin.com/products/remind

Reply via email to