Get custom formmatted local time string.
char *timestr = qTimeGetLocalStrf(0, "%H:%M:%S"); // HH:MM:SS free(timestr); char *timestr = qTimeGetLocalStrf(0, "%Y%m%d%H%M%S"); // YYMMDDhhmmss free(timestr);
Definition at line 55 of file qTime.c.