How to display Unix Time in PHP?

Posted by Joys of Programming on in PHP

PHP provides the function time() which returns the time passed since January 1,1970. To display the unix time, also called the epoch time


<?php
$seconds = time();
echo $seconds," seconds"
?>

The output will be the number of seconds


1259673210 seconds

Reblog this post [with Zemanta]


Tags: ,

Comments:

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Copyright © 2009-2012 Joys of Programming All rights reserved.
Desk Mess Mirrored v1.8.1 theme from BuyNowShop.com.