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.4 required=5.0 tests=BAYES_40,FREEMAIL_FROM, INVALID_MSGID,PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,a8c75049121fa58,start X-Google-Attributes: gid103376,public From: Wilhelm Spickermann Subject: Re: Confusing language, was Re: Help help.. please.i am totaly n Date: 1999/11/13 Message-ID: #1/1 X-Deja-AN: 548051378 Content-Transfer-Encoding: 8bit Sender: wilhelm@pc1.spick.nowhdus X-Sender: 0211750756-0001@t-dialin.net X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@t-online.de X-Trace: news02.btx.dtag.de 942478488 4137 0211750756-0001 991113 07:34:48 Organization: T-Online Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-11-13T00:00:00+00:00 List-Id: 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"; .. 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. AFAIK the ISO-Date (ISO/R2014-1971) uses the minus-character ("1980-05-15" or "80-05-15"). Here is a little collection of european dates from some books (no guarantee given): "15.5.80". Finland, Germany, Sweden, Turkey "15-5-80" France, Italy, Portugal, Tchekia, Slovakia, Greece "15-5-�80" "15-5-1980" Netherlands "15. V 80" Croatia, Serbia "15. V. 80" Poland, Romania, Czechia, Slovakia "15-V-1980" France "15/5-80" Norway "15/5 80" Sweden "1980. V. 15" Hungary "15)5)1980" Greece Wilhelm