If the date is December 25, 2014, what output would be produced by the code below?

If the date is December 25, 2014, what output would be produced by the code below?



echo date('n/d/y h:i A');


Answer: 12/25/2014 12:00 AM


Learn More :