_RetDateStr( ) API Library Routine

See Also   Example

Sets the library return value to a date.

Syntax

void _RetDateStr(char FAR *string)
char FAR *string;            /* Date string. */

Remarks

Specify the date string in mm/dd/year format, in which the year may be either two or four digits.

For more information on how to create an API library and integrate it with Visual FoxPro, see Chapter 28, Accessing the Visual FoxPro API, in the Programmer's Guide.