how to display and include the user system date/time in a
php program/project
Answer / 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 |
Is json a string php?
What are the differences between public, private, protected, static, transient, final and volatile?
What is the use of @ in php?
What are the differences between procedure-oriented languages and object-oriented languages?
What is use of mysqli_query in php?
What is the delimiter default in PHP?
How can we submit a form without a submit buttom?
12 Answers A1 Technology, IBM,
What's the difference between accessing a class method via -> and via ::?
What is php sequence?
How can I retrieve values from one database server and store them in other database server using PHP?
delete session variable when close browser with out logout
What is php glob?