lrc_date

Example: lrc_dateType Conversion From String

Converts a string into a date.

DATE lrc_date( const char* str );
DATE* lrc_date_by_ref( const char* str );
str A character string containing a date.

The lrc_date function returns a DATE when a character string representing a date is input.

The lrc_date_by_ref function returns pointer to a DATE when a character string representing a date is input.

Return Values

lrc Return Values

Parameterization

You cannot use standard parameterization for any arguments in this function.