I have date in format 2011-01-28 06:34:33
i.e. date("Y-m-d H:i:s")
. I want to convert it into 28th January 2011
.
How can I change it?
I have date in format 2011-01-28 06:34:33
i.e. date("Y-m-d H:i:s")
. I want to convert it into 28th January 2011
.
How can I change it?