From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7f5b20ce91c7fdaf X-Google-Attributes: gid103376,public From: Michael & Amy Hartsough Subject: Re: Julian Dates package? Date: 1997/01/13 Message-ID: <32DAF89C.5F59@worldnet.att.net>#1/1 X-Deja-AN: 209631572 references: <32CFFA13.5BF8@ibm.net> <01bbfb55$c9dcbfe0$5e2d5c8b@jerryware> <1997Jan9.114643.5493@news> content-type: text/plain; charset=us-ascii organization: AT&T WorldNet Services mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.02E (Win95; I) Date: 1997-01-13T00:00:00+00:00 List-Id: Gautier wrote: > > In article <01bbfb55$c9dcbfe0$5e2d5c8b@jerryware>, "Jerry van Dijk" writes: > > Jay Joiner wrote in article > > <32CFFA13.5BF8@ibm.net>... > > > >> I am interested in doing a Biorythm calculator in Ada and I need an > > Ada > >> package that can take the difference between two dates (birthdate and > >> today). > > > > I thought Julian dates were mainly used for astronomy and such ? > > > > Jerry. > > Julian dates are used for hydrological data and I guess many > applications of this type, where cyclical phenomena do not > depend of the existence of a 29 february in the year... > > Here is a "minimal" package, adapted from one of my toolbox in > another language that works well, but not yet tested in Ada: Several years ago I wrote a "full up" Gregorian-To-Julian-To-Gregorian package. It's based upon the algorithms in Jean Meeus' book "Astronomical Algorithms". If you're not satisfied with what you receive in the other posts, let me know and I'll "dust it off" for you. Later, Michael