Please login to start chat

ICT Solutions 2019-02-02 16:56:35
Category : php tutorials

Timestamp in php

<?php
$time = time();
$time_now = date('D M Y & H:i:s', $time);
$time_modified = date ('D M Y @ H:i:s', strtotime('+ 1 year') );
echo 'The current time is '.$time_now.'.</br>The time modified is '.$time_modified.'.'  ;
?>

Comments:

No comment to show.

Available Services
Download Android Application