I got a barebone joomla version (so just pure php using the joomla cms and table names). And the published date of an article is saved like this:
2016-04-06 14:38:52
How can I convert that string into something like:
6 April 2016
So ignore the time and only use the date in the correct format.
How can this be done using PHP (no joomla build in functions)?