getDateString

getDateString — generates a 'standard' timestamp data/time representation.

Syntax

For C++:

CString getDateString(void);

For C#:

String getDateString(void);

Returns

A String object representing the current timestamp in exactly 26 characters as Day Mmm dt hr:mn:sc yyyy\n. For example Wed Jan 02 02:03:55 1980\n.

Description

A simple convenience function to generate a timestamp string.