How to convert a date string from "d.m.Y" to "F jS Y" format
16:55 06 Apr 2010

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?

php date date-conversion