R3GetDateTime

FUNCTION:

R3GetDateTime

TEMPLATE:

void R3GetDateTime(char *day, char *date, char *time);

PARAMETERS:

day - Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday

RETURN VALUE:

-

DESCRIPTION:

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.