home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $VER: Menu_TimeDate.edge 1.0 (Friday 22-Oct-93 12:55:22)
- **
- ** Type in the current time/date
- **
- ** Written by Thomas liljetoft & Inovatronics
- */
-
- options results
-
- /* this types in the date and time based on rexx's routines
- 'text raw "'time()', 'date()'"'
- */
-
- /* this types in based on edge's routines */
- 'getenvvar _ge_date'
- 'text raw "'result'"'
-
-