how to display and include the user system date/time in a
php program/project



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

Post New Answer

More PHP Interview Questions

Who is the father or inventor of php?

0 Answers  


What is array and function?

0 Answers  


What is an array in php?

0 Answers  


When to use get and post request?

0 Answers  


What is a path Traversal?

0 Answers  






What are php functions?

0 Answers  


How to set cookies?

0 Answers  


What's the difference between __sleep and __wakeup?

0 Answers  


Explain me how to include a file to a php page?

0 Answers  


Which is the dependent variable?

0 Answers  


Write a program to get second highest number in an array using php?

0 Answers  


How to receive a cookie from the browser?

0 Answers  


Categories