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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7dadb26e573572d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-06 07:53:49 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: shoko2004@hotmail.com (shoko) Newsgroups: comp.lang.ada Subject: ada calendar Date: 6 Dec 2003 07:53:49 -0800 Organization: http://groups.google.com Message-ID: <4948f537.0312060753.6b03e2ef@posting.google.com> NNTP-Posting-Host: 217.132.233.249 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1070726029 27340 127.0.0.1 (6 Dec 2003 15:53:49 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 6 Dec 2003 15:53:49 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:3180 Date: 2003-12-06T07:53:49-08:00 List-Id: tmoran@acm.org wrote in message news:... > > T := T + 7 * 24 * 60 * 60.0 > "The implementation of type Duration shall allow representation of > time intervals (both positive and negative) up to at least 86400 > seconds (one day);" ARM 9.6(27) So "7 * 24 * 60 * 60.0" may or > may not work. thanks a lot now if i have the following date:"27/06/2003" and i want to insert him to a function that accept calendar.time how do i do it and how do i convert calendar.time to string? thanks