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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,45c857e19c4ee2df X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-27 06:36:08 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!193.251.151.101!opentransit.net!fr.clara.net!heighliner.fr.clara.net!newsfeed.planete.net!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: Ada95 calendar package question Date: Wed, 27 Jun 2001 09:14:32 -0400 Organization: Posted on a server owned by Pace Micro Technology plc Message-ID: <9hcm7q$m30$1@nh.pace.co.uk> References: <9hbb9n$g14$1@fang.dsto.defence.gov.au> NNTP-Posting-Host: 136.170.200.133 X-Trace: nh.pace.co.uk 993647674 22624 136.170.200.133 (27 Jun 2001 13:14:34 GMT) X-Complaints-To: newsmaster@pace.co.uk NNTP-Posting-Date: 27 Jun 2001 13:14:34 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: archiver1.google.com comp.lang.ada:9139 Date: 2001-06-27T13:14:34+00:00 List-Id: There are a bunch of date/time tools on my website in a collection of code labeled "Utilities" - see http://www.mcondic.com/Ada_Programming.html to find it. Look for a package called UTIL.Date_Tools - there may be something in there that is useful to you... 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/ "Vladimir Bednikov" wrote in message news:9hbb9n$g14$1@fang.dsto.defence.gov.au... > Hi all, > > I'm using gnat3.13p on an sgi with gcc2.8.1 and am wondering if there is a > way of > getting the day of week and month in text format. I.E. > Mon, Tue, Wed, Thu, Fri, Sat and Sun for days of the week and > Jan, Feb, Mar, Apr .... for the month of the year. > > Thanks in advance. > >