Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Current Date and Time Text Macros
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Syntax:   @Date
 
            @Time
 
  See also: ECHO
 
  Description:
 
     @Date is a text macro returning the system date at the time of
     assembly in mm/dd/yy format. The @Time text macro returns the system
     time at assembly in hh:mm:ss 24-hour format. These macros are useful
     for time-stamping assembler output.
                                    -♦-