Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site Navajo.ARPA Path: utzoo!linus!decvax!decwrl!glacier!Navajo!rokicki From: rokicki@Navajo.ARPA Newsgroups: net.micro.amiga Subject: DateStamp routine Message-ID: <363@Navajo.ARPA> Date: Wed, 12-Feb-86 04:17:52 EST Article-I.D.: Navajo.363 Posted: Wed Feb 12 04:17:52 1986 Date-Received: Thu, 13-Feb-86 19:59:36 EST Distribution: net Organization: Stanford University Lines: 16 *** REPLACE THIS LINE WITH YOUR MASS *** For those with Manx C (and may the number grow rapidly!) you will need to change a line of my DateStamp program so it works after 2006. n -= 1461 * y / 4 ; should become n -= 1461L * y / 4 ; I get twenty years with a black and white Macintosh for that one. -tom