Created
June 17, 2013 15:09
-
-
Save asjustas/5797631 to your computer and use it in GitHub Desktop.
seconds to time format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$sek = x;//laikas sekundemis | |
$dt = new DateTime('@'.$sek, new DateTimeZone('UTC')); | |
$plannedHours = ($dt->format('z')*24 + $dt->format('G')).":".$dt->format('i'); //turetu rodyti kitokiu formatu t.y. ir dienas |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment