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.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a8c75049121fa58 X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Confusing language, was Re: Help help.. please.i am totaly n Date: 1999/11/13 Message-ID: <80jp0o$h27$1@nnrp1.deja.com>#1/1 X-Deja-AN: 548103190 References: X-Http-Proxy: 1.0 x33.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Sat Nov 13 13:27:53 1999 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-11-13T00:00:00+00:00 List-Id: In article , Wilhelm Spickermann wrote: > > On 12-Nov-99 Robert Dewar wrote: > > .. > > > > ISO_Date : constant Picture_String := "%Y/%m/%d"; > > US_Date : constant Picture_String := "%m/%d/%y"; > > European_Date : constant Picture_String := "%d/%m/%y"; The European_Date form is absolutely standard in British usage, and is even used in the US, on the customs and visa forms used to enter the united states. > I've seen this "European_Date" only two times in my life > before(this year, in e-mails from the united states to my > company, leading to some confusion about the date meant). Two > slashes are recognized in many parts of Europe as indicating > US dates. Yes, well Britain is not sure itself whether it is part of Europe :-) But you are right, there are lots of variations, note that in this package, these are simply special cases of a much more general mechanism, which will cover all the date formats that you quote. Sent via Deja.com http://www.deja.com/ Before you buy.