Back to main

 

Function 29 - get system date

Options:

  * eax = 29 - function number

Return value:

  * eax = 0x00DDMMYY, where

    (BCD is used)

  * YY = two lower digits of the year (00..99)

  * MM = month (01..12)

  * DD = day (01..31)

 

Remarks:

  The system date can be set by function 22.

 

Constants for registers:

  eax - SF_GET_SYS_DATE (29)