home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / arch / 11711 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  1.2 KB

  1. Path: sparky!uunet!spool.mu.edu!olivea!sgigate!sgi!mips!vermont.mti.sgi.com!jackc
  2. From: jackc@vermont.mti.sgi.com (Jack Choquette)
  3. Newsgroups: comp.arch
  4. Subject: Re: Date request
  5. Message-ID: <1gob7eINN37a@spim.mti.sgi.com>
  6. Date: 16 Dec 92 22:39:42 GMT
  7. References: <WAYNE.92Dec11164422@backbone.uucp> <9212130000.AA05447@iecc.cambridge.ma.us> <1992Dec14.134109.3367@fasttech.com> <1992Dec16.171133.2856@lsl.co.uk>
  8. Organization: Silicon Graphics, Inc.
  9. Lines: 20
  10. NNTP-Posting-Host: vermont.mti.sgi.com
  11.  
  12. In article <1992Dec16.171133.2856@lsl.co.uk>, snail@lsl.co.uk writes:
  13. |> The above aside, I'm always puzzled as to how the American date convention
  14. |> started: Mont/Day/Year is neither LSB or MSB, where as Day/Month/Year and
  15. |> Year/Month/Day have obvious reasoning behind them.
  16. |> -- 
  17.  
  18. One reason that has been suggested to me is that it's based on the size of
  19. number and organized smallest to largest.  The largest month is 12, largest
  20. day is 31, and largest year is >1992.
  21.  
  22. But I think the real reason is because Month/Day/Year is the way a date is
  23. written out in short form.  For example:
  24.     "The event occured on the 25th of May in 1968"
  25. which is shorten to
  26.     "The event occured on May 25, 1968"
  27. which is shorten to
  28.     "The event occured on 5/25/68"
  29.  
  30.  
  31. /jack
  32.