Skip to content

Instantly share code, notes, and snippets.

@emmgfx
Created January 16, 2013 08:11
Show Gist options
  • Save emmgfx/4545433 to your computer and use it in GitHub Desktop.
Save emmgfx/4545433 to your computer and use it in GitHub Desktop.
Convertir segundos a H:i:s
<?PHP
echo gmdate("H:i:s", 685);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment