Program:-
OUTPUT:-
7/08/2017
03:52:51
<?php
// Day/month/year
$date = date(‘d/m/y’);
echo $date.'<br>’;
// Hours/Mintus/Seconds
$time = date(‘H:m:s’);
echo $time;
?>
OUTPUT:-
7/08/2017
03:52:51
Irawen April 13, 2018 PHP 1 comment
Free Python PDF Books
— Python Coding (@clcoding) October 6, 2022
🧵:
Can you guess the output of the second piece of code?🐍
Posted by Python Coding on Tuesday, 16 February 2021
ReplyDeletenice article for beginners.thank you.
javacodegeeks
welookups php7