home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / TOOL-INC.ZIP / SYSDATE2.INT < prev    next >
Encoding:
Text File  |  1989-06-02  |  233 b   |  7 lines

  1. function strval (i: integer): string2;
  2. function system_dd: string2;
  3. function system_mm: string2;
  4. function system_yy: string2;
  5. function system_date: string8;   {format: mm-dd-yy}
  6. function system_time: string8;   {format: hh:mm}
  7.