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 the difference between require_once and require in php?
What is the use of extract function in php?
What are the advantages of oops in php?
In PHP, fgets() is used to read a file one line at a time. State Whether True or False?
How do you pass a variable by value?
Why should I store logs in a database rather than a file?
What does the array operator '===' means?
What is variable function php?
What is $_ get in php?
What is the function file_get_contents() usefull for?
Which database is best for php?
How to initiate a session in php?
Which is variable cost?
What is basename php?
Is php case sensitive?