Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!brl-adm!brl-smoke!smoke!lcc.jbrown@LOCUS.UCLA.EDU From: lcc.jbrown@LOCUS.UCLA.EDU (Jordan Brown) Newsgroups: net.unix Subject: Re: Dates and Times Message-ID: <3652@brl-smoke.ARPA> Date: Mon, 8-Sep-86 22:15:02 EDT Article-I.D.: brl-smok.3652 Posted: Mon Sep 8 22:15:02 1986 Date-Received: Tue, 9-Sep-86 06:27:29 EDT Sender: news@brl-smoke.ARPA Lines: 16 > > Is there also a simple routine that will allow me to calculate > > what day of the week an arbitrary date falls on? > [ magical method for finding day of week ] ACM 199 is somewhat more suitable for computer use (though MUCH less suitable for human use) because it does not use any tables. It's not suitable for human use because it uses several large apparently random integers. I've typed in and tested a probably portable C version of ACM 199 (calendar to julian and julian to calendar conversions), if anybody wants a copy. ps: ACM 199 is magic too... probably more so.