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,34e6505a3616fb21 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-19 09:42:20 PST Path: supernews.google.com!sn-xit-03!supernews.com!logbridge.uoregon.edu!news.huji.ac.il!not-for-mail From: "Ehud Lamm" Newsgroups: comp.lang.ada Subject: Re: calander package - Proposal for dates Date: Mon, 19 Mar 2001 19:34:24 +0200 Organization: The Hebrew University of Jerusalem Message-ID: <995g7o$av3$1@news.huji.ac.il> References: <3AB2D1EF.B2CA8117@acm.org> <995asr$m34$1@nh.pace.co.uk> NNTP-Posting-Host: di4-55.dialin.huji.ac.il X-Trace: news.huji.ac.il 985023545 11235 132.64.14.55 (19 Mar 2001 17:39:05 GMT) X-Complaints-To: abuse@news.huji.ac.il NNTP-Posting-Date: Mon, 19 Mar 2001 17:39:05 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Xref: supernews.google.com comp.lang.ada:5858 Date: 2001-03-19T19:34:24+02:00 List-Id: Ted and Marin basically agreed: > >I've coded a bunch of date/time-to-string formatting routines with Ada and > >they are generally pretty small. If you were to provide some flavor of > > That's pretty much my opinon on the subject as well. > > The only time-related thing I'd really like to see some reusable component for > would be for finding the day of the week. > I pretty much agree with this too. Maybe some other basic stuff (checking for leap years?). All I was saying is that IF it is decided to include things that vary from place to place, one should try to support some flexibility. I for one don't think dates are really all that interesting. I think UI components (or APIs..) are much more important. But also much harder to get right. Ehud Lamm