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

How many keywords are there in php?

0 Answers  


Is php fully object oriented?

0 Answers  


What is reference variable php?

0 Answers  


What are the differences between require and include?

0 Answers  


Explain the difference between php4 and php5.

0 Answers  






How the result set of mysql be handled in php?

0 Answers  


Is php secure?

0 Answers  


How can we find the number of rows in a result set using PHP?

2 Answers  


Are react hooks stable?

0 Answers  


Explain about looping in PHP?

0 Answers  


What is the use of return in php?

0 Answers  


Which is faster for or foreach php?

0 Answers  


Categories