:D
Okay..help me stop from killing myself.
How do I change a epoch date like 1043458414 to a standard pretty date like: Jan 9 2003, 07:21 AM using PHP?!
Thank you kindly,
Clif
Printable View
:D
Okay..help me stop from killing myself.
How do I change a epoch date like 1043458414 to a standard pretty date like: Jan 9 2003, 07:21 AM using PHP?!
Thank you kindly,
Clif
i've had the same problem for a while now.
WTF is an epoch date.
Dont worry - im not fumb, just trying to breakinto server/client scripting, SQL, PHP the like. Just curious!
It's the seconds expired since 1/1/1970 :)
http://www.php.net/manual/en/function.date.php
$epochdate = date("new date format");
I think that will work.
There you are sheepy! My lifesaver!
Actually..nerdles pointed me towards this:
http://www.php.net/manual/en/function.strftime.php
strftime("%B %m %whatever ", epoch time number);
Works like a charm. :D
Thanks guys..I'll contact the winner soon. :D
Clif
No worries, Clif. I moved it for you.