C – Time related functions - JohnHau/mis GitHub Wiki
Time functions in C are used to interact with system time routine and formatted time outputs are displayed. Example programs for the time functions are given below.
EXAMPLE PROGRAM FOR SETDATE() FUNCTION IN C: This function is used to modify the system date. Please note that other C compilers may not support this setdate() function except turbo C.