qa.hlp (Table of Contents; Topic list)
Int 21H Function 2AH
   Summary  Notes  Example  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  Get Date
 
  Obtains the system day of the month, day of the week, month, and year.
 
  Input             Output
  ══════            ═════════════════════════════════════════════
  AH=2AH            CX=year (1980 through 2099)
                    DH=month (1 through 12)
                    DL=day (1 through 31)
                    Under MS-DOS versions 1.1 and later
                    AL=day of the week (0=Sunday, 1=Monday, etc.)
                                    -♦-