qa.hlp (Table of Contents; Topic list)
Int 21H Function 2BH
   Summary  Notes  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  Set Date
 
  Initializes the system clock driver to a specific date. The system time
  is not affected.
 
  Input                                  Output
  ═══════════════════════════            ═════════════════════════════════
  AH=2BH                                 AL=00H  if date set successfully
  CX=year (1980 through 2099)               FFH  if date not valid (ignored)
  DH=month (1 through 12)
  DL=day (1 through 31)
                                    -♦-