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
Why do we use htaccess and where?
What is the use of mysqli_real_escape_string() function?
Is multiple inheritance supported in php?
What happens when submit button is clicked?
How break and continue while loop in php?
What is full form of PHP?
What is php destruct?
Is php free to use?
Is it possible to extend the execution time of a php script?
How to assigning a new character in a string using php?
Why php is used?
What is the difference between include and require?
What is super keyword in php?
Explain how you can update memcached when you make changes to php?
Is polymorphism inherited?