home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / jbaddmon.zip / JBADDMON.DOC next >
Text File  |  1988-01-22  |  1KB  |  30 lines

  1. ********************************************************************************
  2. * JBADDMON.PRG Copyright (C) 1986,1987,1988. Released to Public Domain thru
  3. *       THE BOSS BBS CLIPPER CONFERENCE - 201-568-7293, 1/22/88
  4. *       I rights are released except for those of authorship. No warranties:
  5. *       expressed, written, or implied.
  6. *
  7. * Author : John A. Bristor  (904) 474-8846
  8. *
  9. * Program Purpose :  Subtract or Add a number of months to a date
  10. *
  11. * PARAMETERS
  12. *           JBDATE  -  date passed in CHARCATER form - mm/dd/yy or mm/dd/ccyy
  13. *                      Length is 8 charcaters if 'SET CENTURY OFF'
  14. *                      Length is 10 characters if 'SET CENTURY ON'
  15. *
  16. *           JBDIFF  -  + or - the number of months to move date; CHARACTER
  17. *
  18. *           JBDOS   -  Whether Program is being called by DOS (Y or N)
  19. *
  20. *           The reason a pass JBDIFF as a charcter field is so this routine
  21. *           can have parameters passed to it directly from DOS.
  22. *
  23. * USAGE     From DOS -  JBADDMON 01/01/87 15 Y
  24. *                       JBADDMON 11/23/2003 -49 Y
  25. *
  26. *           From CLIPPER - DO JBADDMON WITH "01/01/87","15","N"
  27. *                          DO JBADDMON WITH DTOC(DATE()),"-37","N"
  28. *
  29. ********************************************************************************
  30.