mi_lvarchar *mi_binary_to_date(date_data)
mi_date date_data;
The mi_binary_to_date( ) function converts the internal DATE value that date_data contains into a date string. It returns a pointer to the buffer that contains the resulting date string.
The mi_binary_to_date( ) function formats the date string in the date format of the current processing locale. It also performs any code-set conversion necessary between the current processing locale and the target locale.
See also the descriptions of mi_date_to_binary( ) and mi_date_to_string( ).