Google News
logo
PHP - Interview Questions
What is PHP Date() Function ?
The PHP date() function formats a timestamp to a more readable date and time.

Syntax :
<?php
   date(format,[timestamp]);
?>
Advertisement