Skip to content

Instantly share code, notes, and snippets.

@asjustas
Created June 17, 2013 15:09
Show Gist options
  • Save asjustas/5797631 to your computer and use it in GitHub Desktop.
Save asjustas/5797631 to your computer and use it in GitHub Desktop.
seconds to time format
<?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