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
What is session in php w3schools?
Write syntax to open a file in php?
What are the ways to include file in php?
What is the use of anonymous function in php?
What is mysql_fetch_array?
Explain me difference between mysql_connect and mysql_pconnect?
What function do we use to find length of string, and length of array?
Why php is widely used?
Tell me how is it possible to know the number of rows returned in result set?
What is the difference between include and require?
What is php oop?
How do functions work?
How long do php sessions last?
What is the difference between php4 and php5?
How can I convert ereg expressions to preg in php?