native
format_time
Syntax
native format_time(output[],len, const format[],time = -1);
Description
Returns time in given format. The most popular is: "%m/%d/%Y - %H:%M:%S".
Last parameter sets time to format.
native
native format_time(output[],len, const format[],time = -1);
Returns time in given format. The most popular is: "%m/%d/%Y - %H:%M:%S".
Last parameter sets time to format.