Online 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
[helppc.bosbyte.nl] _dos_getdate Home Back Topics