home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / misc / family2.zip / APENDIXD.DOC < prev    next >
Text File  |  1987-10-20  |  3KB  |  66 lines

  1.  
  2.  
  3.  
  4.       Appendix D: DATECALC, a RAM Resident Date Calculator Utility
  5.  
  6.       The program DATECALC.COM that has been placed on your Family History 
  7.       System program diskette (or in the \FAMILY sub-directory of your hard 
  8.       disk) is a program to assist you in performing some standard opera-
  9.       tions involving dates, including:
  10.  
  11.           Determining the day of the week on which a given date falls;
  12.           Computing the number of years, months and/or days between two 
  13.              given dates;
  14.           Determining the date that is a given number of years, months 
  15.              and/or days before or after another date;
  16.           Displaying a calendar for the month containing a given date;
  17.           Converting between "old style" and "new style" dates.
  18.  
  19.       In providing these functions, the DATECALC utility also permits you to 
  20.       select the format for dates entered or displayed from among:
  21.               DD MON YYYY   (e.g. 10 APR 1943)
  22.               MON DD, YYYY  (e.g. APR 10, 1943)
  23.               MM-DD-YYYY    (e.g. 04-10-1943)
  24.               DD.MM.YYYY    (e.g. 10.04.1943)
  25.               YYYY MM DD    (e.g. 1943 04 10)
  26.          or   YYYY DDD      (e.g. 1943 100).
  27.  
  28.       The "difference" or length of interval between dates can be displayed 
  29.       in several formats also, including:  
  30.                +/- Yr,Mon,Day   (+ 0044 Y  004 M  02 D)
  31.                +/- Yrs,Days     (+ 0044 Y  124 D)
  32.           or   +/- Days         (+ 016195 Days).
  33.       (A "-" before the date difference indicates that the second date 
  34.       occurs before the first one.)
  35.  
  36.       The DATECALC utility can be invoked in several ways.  If you are using 
  37.       DOS 2.1 or later and have sufficient RAM on your machine, you should 
  38.       be able to invoke it from the MainMenu of the Family History System 
  39.       by pressing the F7 key.  It can also be executed as a command from the 
  40.       DOS prompt, for example by entering:  A>datecalc
  41.       assuming the DATECALC.COM program is on the diskette in the "A" drive.
  42.       Finally it can be made memory resident by entering:  A>datecalc r
  43.       (again assuming the DATECALC.COM program is on the diskette in the "A" 
  44.       drive) after which it may be called up at just about any time by 
  45.       simultaneously pressing the ALT and CTRL keys.  The utility will not 
  46.       "pop up" when the screen is being used to display graphics and it may 
  47.       be incompatible with some other resident utilities or with some
  48.       programs which take control of keyboard input.
  49.  
  50.       The AUTOEXEC.BAT file created on program diskettes during the standard
  51.       INSTALL procedure has a command line in it which will make this
  52.       utility memory resident when you boot from those diskettes.  If you
  53.       are running from a hard disk or do not boot from your Family History
  54.       System program diskette, you may consider modifying the AUTOEXEC.BAT
  55.       file used during your normal boot procedure to automatically make the
  56.       DATECALC utility RAM resident.  Be aware that making the program
  57.       resident in memory will "permanently" reduce the available memory for
  58.       other programs by about 7k.
  59.       (See file DATECALC.DOC on compiled program diskette for full text
  60.       of APPENDIX D.)
  61.  
  62.                                      45
  63.  
  64.  
  65.  
  66.