R3GetDateTime
void R3GetDateTime(char *day, char *date, char *time);
day - Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday
-
RETURN VALUE current date and time. Any of the parameters can be set to NULL, in which case it is not fetched. Otherwise, the parameter must point to a buffer which will hold the fecthed value.