◄Summary► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ─────Run-Time Library─────────────────────────────────────────────────────── The _dos_setdate routine uses system call 0x2B to set the current system date. The date is stored in the _dosdate_t structure (defined in DOS.H) pointed to by <date>. Return Value If successful, the function returns 0. Otherwise, it returns a nonzero value and sets errno to EINVAL, indicating that an invalid date was specified. -♦-