Source Code:
(back to article)
<?php $seconds = 12345; $time = date("H:i:s", $seconds); echo $time;
Result:
Report an issue