If the date is December 25, 2014, what output would be produced by the code below? echo date('M. d, Y');

If the date is December 25, 2014, what output would be produced by the code below?
echo date('M. d, Y');



Answer: Dec. 25, 2014


Learn More :