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 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-24 21:47:29 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!enews.sgi.com!newshub2.rdc1.sfba.home.com!news.home.com!news1.rdc1.sfba.home.com.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Ada calendar package References: <3BD76CA5.6040301@acm.org> X-Newsreader: Tom's custom newsreader Message-ID: Date: Thu, 25 Oct 2001 04:47:28 GMT NNTP-Posting-Host: 24.7.82.199 X-Complaints-To: abuse@home.net X-Trace: news1.rdc1.sfba.home.com 1003985248 24.7.82.199 (Wed, 24 Oct 2001 21:47:28 PDT) NNTP-Posting-Date: Wed, 24 Oct 2001 21:47:28 PDT Organization: Excite@Home - The Leader in Broadband http://home.com/faster Xref: archiver1.google.com comp.lang.ada:15162 Date: 2001-10-25T04:47:28+00:00 List-Id: >I was wondering if anyone had an Ada package for doing calendar type >manipulations. The problem is that the answer is a plethora of "Yes"s. There was a thread here some time ago and many people offered packages, all slightly different. >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. Claw.Time is not compiler specific, does (Windows) locales, etc. I think the source is included in the downloadable intro version located at www.adapower.com As one of its authors, I think highly of it. :)