cin34
Member
- Jan 23, 2016
- 32
- 15
- 58
Hello, I have a problem before formatting the last user connection that is in the timestamp to the date format in the form "H:minutes, month.day.year".
Can anyone help? Thanks.
Code:
if (ts3Functions.getClientVariableAsString(serverConnectionHandlerID, (anyID)id, CLIENT_LASTCONNECTED, &lastconnected) != ERROR_ok) {
printf("Error getting client nickname\n");
return;
}
Can anyone help? Thanks.