27.04.2017, 13:09
Is there a way to save seconds in a time format for example :
in mysql ?
PHP Code:
day:hours:seconds
day:hours:seconds
new str[20], time[3];
gettime(time[0], time[1], time[2]);
format(str, sizeof(str), "%i:%i:%i", time[0], time[1], time[2]);