home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / TOOL_INC.ZIP / SYSDATE2.INT < prev    next >
Encoding:
Text File  |  1988-01-29  |  251 b   |  14 lines

  1.  
  2. function strval (i: integer): string2;
  3.  
  4. function system_dd: string2;
  5.  
  6. function system_mm: string2;
  7.  
  8. function system_yy: string2;
  9.  
  10. function system_date: anystring;   {format: mm-dd-yy}
  11.  
  12. function system_time: anystring;   {format: hh:mm}
  13.  
  14.