getDateString
getDateString — generates a 'standard' timestamp data/time representation.
CString getDateString( | ); |
void;String getDateString( | ); |
void;A String object representing the current timestamp in exactly 26 characters as
. For example Day Mmm dt
hr:mn:sc
yyyy\nWed Jan 02
02:03:55 1980\n.
A simple convenience function to generate a timestamp string.