Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
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.
                                    -♦-