php 0 time make code example Example: php time <?php $t=time(); echo($t . "<br>"); echo(date("Y-m-d",$t)); ?>