Function 29 - get system date.
Parameters:
eax = 29 - function number
Returned value:
eax = 0x00DDMMYY, where (binary-decimal coding, BCD, is used)
YY = two low digits of year (00..99)
MM = month (01..12)
DD = day (01..31)
Remarks:
To set system date use
function 22
.