[ create a new paste ] login | about

Link: http://codepad.org/pC07gKkR    [ raw code | output | fork ]

PHP, pasted on Aug 3:
1
2
3
4
5
6
7
<?php

$date = '115932';
$minsec = gmdate("i:s", $date); 
$hours = gmdate("d", $date)*24 + gmdate("H", $date);

echo $time = $hours . ':' . $minsec;


Output:
1
56:12:12


Create a new paste based on this one


Comments: