utf8_strftime


Description:


public size_t utf8_strftime (string string, size_t max, string fmt, tm tm)

The UTF-8 equivalent of strftime.

Parameters:

string

The string array to store the result in.

max

The size of array s.

fmt

The formatting to use on tm.

tm

The time value to format.

Returns:

The number of characters placed in s.


Namespace: E