Answers for "date to day php"

PHP
0

php code to display current date and time in different formats

echo date('Y.m.d H:i:s');
Posted by: Guest on August-11-2020
2

get day from date php

// Prints the day
echo date("l") . "<br>";
Posted by: Guest on July-04-2020

Browse Popular Code Answers by Language