GetCompileDateTime

CString GetCompileDateTime(void)
{
	CString ret;
	ret.Format("Date:%s Time:%s",__DATE__, __TIME__);
	return ret;
}

Leave a Reply

Your email address will not be published. Required fields are marked *