home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / trl14db.zip / TRLPRG.EXE / NTOD.PRG < prev    next >
Text File  |  1990-10-22  |  454b  |  20 lines

  1. ***********
  2. * NTOD.PRG
  3. * by Tom Rettig and Leonard Zerman
  4. * Placed in the Public Domain by Tom Rettig Associates, 10/22/1990.
  5. *
  6. * SYNTAX: DO NTOD WITH <year>, <month>, <day> 
  7. * RETURN: <expD> date type of <year>, <month>, and <day>
  8. ***********
  9. PARAMETERS par1, par2, par3 
  10. CALL Trpass  WITH par1
  11. CALL Trpass  WITH par2
  12. CALL Trpass  WITH par3
  13. CALL Trexe   WITH "NTOD"
  14. DO STOD WITH tr_retc
  15. IF fox
  16.    RETURN (tr_retd)
  17. ENDIF
  18. * eof ntod *
  19.  
  20.