SyntaxFix
Write A Post
Hire A Developer
Questions
FORMAT DATE STRTOTIME OR TIME STRING TO DATE FORMAT $unixtime = 1307595105; function formatdate($unixtime) { return $time = date("m/d/Y h:i:s",$unixtime); }