Sunday 25 September 2016

PHP Date Format to Month Name and Year

You could use:
echo date('F Y', strtotime('20130814'));
which should do the trick.





PHP Date Format to Month Name and Year

No comments:

Post a Comment