HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens

               MSC: void _dos_getdate( struct dosdate_t *date )


       - prototype in dos.h

       - date = pointer to structure to contain returned data of format:

       struct dosdate_t
         {
         unsigned char day;            - [1-31]
         unsigned char month;          - [1-12]
         unsigned int  year;           - [1980-2099]
         unsigned char dayofweek;      - [0-6] = Sun..Sat
         };

       - Turbo C uses getdate()
       - see   INT 21,2A

Esc or Alt-X to exit _dos_getdate Home/PgUp/PgDn/End ←↑↓→
Converted to HTML in 2006 by Timo Bingmann