Sep. 2nd, 2007

function from_apachedate($date)
{
list($d, $M, $y, $h, $m, $s, $z) = sscanf($date, "%2d/%3s/%4d:%2d:%2d:%2d %5s");
$ts = strtotime("$d $M $y $h:$m:$s $z");
$td = date("Y-m-d h:i:s", $ts);
return $td;
}

Profile

robinbobin

December 2016

S M T W T F S
     1 2 3
45 6 7 8 910
1112 13 14 15 16 17
18192021 22 23 24
25262728293031

Style Credit

Expand Cut Tags

No cut tags
Page generated Aug. 9th, 2025 05:25 am
Powered by Dreamwidth Studios