new year, month, day, hour, minute, second;getdate(year, month, day);gettime(hour, minute, second);printf("Today is: %d/%d/%d and the time is %d:%d:%d", month, day, year, hour, minute, second);