strftime


Description:


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

This function is a wrapper around the strftime (3) function, which converts the %l and %k (12h and 24h) format variables if necessary.

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