wcsftime

wcsftime

Defined in header <wchar.h>
size_t wcsftime( wchar_t* str, size_t count, const wchar_t* format, tm* time );
(since C95)

Converts the date and time information from a given calendar time time to a null-terminated wide character string str according to format string format. Up to count bytes are written.

Parameters

<
str - pointer to the first element of the wchar_t array for output
count - maximum number of wide characters to write