Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!samsung!think!snorkelwacker!mit-eddie!uw-beaver!zephyr.ens.tek.com!tektronix!psueea!eecs.cs.pdx.edu!caster From: caster@eecs.cs.pdx.edu (Brad J. Caster) Newsgroups: comp.sys.handhelds Subject: _Short_ Program (oops.) Message-ID: <2436@psueea.UUCP> Date: 27 Feb 90 06:58:53 GMT Sender: news@psueea.UUCP Reply-To: caster@eecs.cs.pdx.edu (Brad J. Caster) Distribution: na Organization: Portland State University, Portland, OR Lines: 7 Oops! I'll catch myself before anyone else gets a chance. In the formula, add 'mod 7' (modulo 7): > d = ((26*M - 2)//10 + D + Y + Y//4 + C//4 - 2*C) mod 7 -----