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 :


[ 0 ] Comments