how to display and include the user system date/time in a
php program/project
Answer Posted / shivshambhu@ymail.com
<? php
echo date("F d,Y H:i:sa");
?>
output:-September 23,2010 21:38:54pm
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Tell me what does pear stands for?
What is api laravel?
How can I display text with a php script?
What is meant by an associative array?
How do you end a session in php?
What is difference Between PHP 5 and 7?
Can we use include ("xyz.php") two times in a php page "index.php"?
What is reference variable php?
Does php have block scope?
How to get no. of rows using MYSQL function?
Which functions are used to remove whitespaces from the string?
What does $_env mean?
What does $_ post mean in php?
What is the default session out time?
Is php a framework?