| cvs.gedasymbols.org/djgpp/doc/libc/libc_387.html | search | 
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
#include <dos.h> void getdate(struct date *);  | 
This function gets the current date. The return structure is as follows:
struct date {
  short da_year;
  char  da_day;
  char  da_mon;
};
 | 
See section setdate. See section gettime.
None.
| ANSI/ISO C | No | 
| POSIX | No | 
struct date d; getdate(&d);  | 
| webmaster | delorie software privacy | 
| Copyright © 2004 | Updated Apr 2004 |