I've got a time clock that stores the current time in seconds in a table.
I'm having a real hard time figuring out how to convert seconds into hh:mm:ss.
For Ex.
"6" = 00:00:06
"67" = 00:01:07
etc
Any ideas? Another thread was mentioning using int() but I don't think that's what I'm looking for.
I'm having a real hard time figuring out how to convert seconds into hh:mm:ss.
For Ex.
"6" = 00:00:06
"67" = 00:01:07
etc
Any ideas? Another thread was mentioning using int() but I don't think that's what I'm looking for.