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 php stack?
How do you identify independent and dependent variables in regression analysis?
Write a program to find a string is palindrome or not?
What does $globals mean?
What is difference between strstr() and stristr()?
Does php have future?
What is an array in php?
What is polymorphism?
What is list function with their uses.
Define soundex()?
How to fix "headers already sent" error in php
Can we use php variable in javascript?
Is php a low level language?
How do you check is php not empty?
What is the use of $_server["php_self"] variable?