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=-0.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00, LOTS_OF_MONEY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6ea0a5c35bbeef5e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-13 08:56:20 PST Path: supernews.google.com!sn-xit-03!supernews.com!logbridge.uoregon.edu!netnews.com!isdnet!psinet-france!psiuk-f4!psiuk-p4!uknet!psiuk-n!news.pace.co.uk!nh.pace.co.uk!not-for-mail From: "Marin David Condic" Newsgroups: comp.lang.ada Subject: Re: calander package Date: Tue, 13 Mar 2001 11:45:24 -0500 Organization: Posted on a server owned by Pace Micro Technology plc Message-ID: <98lis0$56j$1@nh.pace.co.uk> References: <98jo6d$vu4$1@slb3.atl.mindspring.net> NNTP-Posting-Host: 136.170.200.133 X-Trace: nh.pace.co.uk 984501952 5331 136.170.200.133 (13 Mar 2001 16:45:52 GMT) X-Complaints-To: newsmaster@pace.co.uk NNTP-Posting-Date: 13 Mar 2001 16:45:52 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: supernews.google.com comp.lang.ada:5688 Date: 2001-03-13T16:45:52+00:00 List-Id: If it is homework, it is a pretty trivial assignment. Considering that many languages come with existing string-formatted dates/times &/or subprograms to get you there. Its more a matter of "What stuff do I call to get this to happen" in most cases. Ada's Calendar package probably should have had this in it somewhere, but its no biggie to roll-your-own. (Unless you want to get really fancy! :-) Seems to me that "arcele" did the hard part in finding Calendar and how to call things in it. The rest is probably fair game for an inquiry or "software reuse", even if it is homework. MDC -- Marin David Condic Senior Software Engineer Pace Micro Technology Americas www.pacemicro.com Enabling the digital revolution e-Mail: marin.condic@pacemicro.com Web: http://www.mcondic.com/ "Ted Dennison" wrote in message news:Rmrr6.2912$54.3153@www.newsranger.com... > Is this a homework assignment? I could point you to some code that does exactly > that, but that would be pretty backhanded help if the point is for you to > *learn* how to do this.