home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / ZCPR33 / A-R / JULIAN.LBR / -READ.ME next >
Text File  |  2000-06-30  |  896b  |  19 lines

  1. This LBR contains JULIAN.REL, a collection of routines in Microsoft
  2. format for converting dates from normal (Gregorian) form to Julian (DRI)
  3. form.  Also included are JULIAN.SLR, (the same routines in SLR format),
  4. Z80 source code for the routines, a DOC file describing the routines'
  5. usage, and JULTEST, a test/demo program.
  6.  
  7. A word about JULTEST:  This is not a very fancy program.  I wrote it to
  8. enable me to test the library routines and its parsing and date
  9. validation could definitely stand some improvement.  However, it will
  10. serve as an interesting demonstration of what the routines do.  The
  11. syntax is:
  12.  
  13.      JULTEST   -- Prompts for Gregorian date and displays it in Julian
  14. or
  15.      JULTEST J -- Prompts for Julian date and displays it in Gregorian
  16.  
  17. Note that Gregorian dates must be entered as exactly eight characters,
  18. e.g., 04/16/88.
  19.