Home / Programming MCQs / PHP MCQs / Question

R

Ram Sharma • 188.81K Points
Coach

Q. Which is the correct PHP statement to print the current time in the format of hour:minutes:seconds(am/pm) i.e., 10:22:54pm?

(A) <?php echo date("h:i:sa");?>
(B) <?php echo date("h:m:sa");?>
(C) <?php echo date("h:mi:sa");?>
(D) <?php echo date("hh:min:sa");?>

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.