Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

how to turn seconds into h:m:s???

for example: "56783"seconds turn into the format of "h:m:s" is "15:46:23". I used the method of comparasion,i.e.confirm the hours first, 15*3600 < 56783 < 16*3600,so I confim the hour is 15. ...