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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,898066af78cd300a,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-24 18:36:01 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-peer.gip.net!news.gsl.net!gip.net!newshub2.rdc1.sfba.home.com!news.home.com!news2.rdc2.tx.home.com.POSTED!not-for-mail Message-ID: <3BD76CA5.6040301@acm.org> From: Corey Minyard User-Agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:0.9.5+) Gecko/20011012 X-Accept-Language: en-us MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Ada calendar package Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 25 Oct 2001 01:36:00 GMT NNTP-Posting-Host: 24.7.109.109 X-Complaints-To: abuse@home.net X-Trace: news2.rdc2.tx.home.com 1003973760 24.7.109.109 (Wed, 24 Oct 2001 18:36:00 PDT) NNTP-Posting-Date: Wed, 24 Oct 2001 18:36:00 PDT Organization: Excite@Home - The Leader in Broadband http://home.com/faster Xref: archiver1.google.com comp.lang.ada:15157 Date: 2001-10-25T01:36:00+00:00 List-Id: I was wondering if anyone had an Ada package for doing calendar type manipulations. Yes, I know about Ada.Calendar, but I'm looking for something more complete, something like java.util.Calendar. I found one old package on AdaPower that didn't seem very complete. The Gnat.Calendar stuff looks like a very good start, but I don't want to be compiler-specific, so I would have to take that from GNAT, remove the GNAT specific stuff, and put it into my package. It would be really nice to be able to parse and manipulate dates, do locales, etc. Anything available? -Corey