How to convert a date string from "d.m.Y" to "F jS Y" format
I'm just wondering how to convert a numerical date into text format in PHP
Example change
06.04.2010 to say April 6th 2010
Is there any function already made?