DateStr

DateStr (void);

Purpose

Returns a 10-character string in the form MM-DD-YYYY, where MM is the month, DD is the day, and YYYY is the year.

Parameters

None.

Return Value

Name Type Description
date 10-character string A 10-character string in the form MM-DD-YYYY, where MM is the month, DD is the day, and YYYY is the year.

The string returned is a pointer to an internal buffer. Do not free this string.