home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / c / 16675 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.6 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!spool.mu.edu!agate!usenet.ins.cwru.edu!cleveland.Freenet.Edu!ah739
  2. From: ah739@cleveland.Freenet.Edu (Leslie J. Somos)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Date Manipulation
  5. Date: 17 Nov 1992 17:13:26 GMT
  6. Organization: Case Western Reserve University, Cleveland, OH (USA)
  7. Lines: 27
  8. Message-ID: <1eb97mINNlkv@usenet.INS.CWRU.Edu>
  9. References: <1992Nov4.215240.12432@kocrsv01.delcoelect.com>
  10. Reply-To: ah739@cleveland.Freenet.Edu (Leslie J. Somos)
  11. NNTP-Posting-Host: slc4.ins.cwru.edu
  12.  
  13.  
  14. In a previous article, c23dew@kocrsv01.delcoelect.com (David White) says:
  15.  
  16. >Can anyone suggest texts, etc. that would point me to any methods
  17. >on date manipulation; Specifically, I am interested in the best
  18. >way to display,print,store, and calculate dates (year, month and
  19. >day resolution).
  20. >
  21. >
  22. >-- 
  23. >David E. White                Domain:    c23dew@kocrsv01.delcoelect.com
  24. >Advanced Project Engineer        UUCP:    deaes!c23dew 
  25. >Delco Electronics Corporation        
  26. >GM Hughes Electronics                Tel: ATT 317-451-0663  GM 8-322-0663    
  27. >
  28.  
  29. "Calendrical Calculations" by Nachum Dershowitz and Edward M. Reingold
  30. in _Software--Practice and Experience_, Vol.20(9), 899-928 (September 1990).
  31.  
  32. Summary:   A unified, algorithmic presentations is given for the Gregorian
  33. (current civil), ISO, Julian (old civil), Islamic (Moslem), and Hebrew 
  34. (Jewish) calendars.  Easy conversion among these calendars is a byproduct
  35. of the approach, as is the determination of secular and religious holidays.
  36.  
  37. (C) 1990 by John Wiley & Sons, Ltd.    
  38. Chichester-New York-Brisbane-Toronto-Singapore
  39. ISSN 0038-0644
  40.