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

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

echo date('n/j/y');


Answer: 12/25/14


Learn More :