◄Detail► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Interrupt: 21h Function: 2Ah Title: Get Date See also: Set Date, Get Time, Get or Set File Date and Time, @GetTime Description: 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,...) -♦-