home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / techs.zip / TECH12.ARC / READ.ME < prev   
Text File  |  1980-01-01  |  930b  |  26 lines

  1. PROGRAM NAME: CalJul.PRG/JulCal.PRG
  2.  
  3. DESCRIPTION:  Routines for converting a date to a numeric Julian
  4. date.  
  5.  
  6. ISSUE: July, 1985
  7. PAGE:  4
  8.  
  9. SOFTWARE VERSIONS:  dBASE II, any version
  10.  
  11. FUNCTION:  CalJul.PRG converts date, a character variable in the
  12. form MM/DD/YY, to a numeric variable, Jul:date.  The second
  13. routine, JulCal.PRG, converts a numeric date variable to a
  14. character date variable.  These routines are meant to be called
  15. from programs, so that dates can be stored in a database file as
  16. Julian dates (numeric fields), and displayed as characters. 
  17.  
  18. FILES NEEDED:  CalJul.PRG
  19.                JulCal.PRG
  20.                
  21. SETUP INSTRUCTIONS:  To use Caljul, store a character string in
  22. the form "MM/DD/YY" to a variable called date.  When you want to
  23. convert the character to a numeric julian date, type DO Caljul.
  24. Then, for example, you can replace your date field with jul:date
  25. and type DO Caljul.
  26.