Jens Mueller wrote: > I want to compute the bridging days of a year, i.e. all working days > that are between a holiday and a weekend day. Only Fridays and Mondays > can be bridge days. My holidays are specified using OMIT. How do I > determine a day that is between an OMIT and a Saturday?
REM Fri SATISFY [isomitted(trigdate()-1)] MSG Bridge Friday. REM Mon SATISFY [isomitted(trigdate()+1)] MSG Bridge Monday. You need a recent version of Remind for isomitted(). Regards, David. _______________________________________________ Remind-fans mailing list [email protected] http://lists.whatexit.org/mailman/listinfo/remind-fans
