Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // With Landing Zero
- $seconds = round($seconds);
- $output = sprintf('%02d:%02d:%02d', ($seconds/ 3600),($seconds/ 60 % 60), $seconds% 60);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement