home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / DATERTE2.ZIP / READ.ME < prev   
Encoding:
Text File  |  1988-03-29  |  979 b   |  25 lines

  1.                                                         3/28/1988
  2.  
  3.    This is my second try at DateRout.  The first version contained
  4.  an incorrect assumption regarding the quadyear count.  Essentially,
  5.  DaysFrBase and ConvertDays assumed continuous 1461 day segments
  6.  within a four century span.  This version corrects that by:
  7.    1. changing the BaseYr to 1600.
  8.    2. adding a century counter.
  9.    3. adapting the quadyear count to work correctly within century's.
  10.  
  11.    If there are any further problems with this code (or suggestions
  12.  for improvement), please write or leave a message to me on
  13.  the PC Library BBS - Minneapolis (612) 435-1785.
  14.    I placed DateRout in the Public Domain hoping it will encourage
  15.  you to do the same with your programming gems.  Use it however you
  16.  see fit.
  17.  Regards,
  18.  
  19.  John Wood
  20.  14720 Karyl Dr.
  21.  Minnetonka, MN  55345
  22.  
  23.  P.S.  Special thanks to Lewis Paper for pointing out flaws in my
  24.        first effort with DateRout.
  25.