PHP date Ymdis

PHP date Ymdis


Posted in : PHP Posted on : February 8, 2011 at 11:25 AM Comments : [ 0 ]

In this tutorial you will learn how find PHP date in ymdhis format in a PHP web application.

PHP date Ymdis

In this tutorial you will learn how find PHP date in ymdhis format  in a PHP web application. The code "php-date-ymdhis.php" given below :

<?php
echo "Date in YmdHis : ";
echo date('Y-m-d H:i:s');
?>

Output :

Download Source Code

Go to Topic «PreviousHomeNext»

Your Comment:


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

 
Tutorial Topics