home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / dev / amiga_e-2.1b.lha / Amiga_E-2.1b / Modules-Text / utility / date.txt next >
Encoding:
Text File  |  1992-09-02  |  314 b   |  15 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:utility/date.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. (---) OBJECT clockdata
  6. (  0)   sec:INT
  7. (  2)   min:INT
  8. (  4)   hour:INT
  9. (  6)   mday:INT
  10. (  8)   month:INT
  11. ( 10)   year:INT
  12. ( 12)   wday:INT
  13. (---) ENDOBJECT     /* SIZEOF=14 */
  14.  
  15.