In my database, dates are stored in this format:
2013-03-14
I want to show dates on my web page formatted as:
2013-march-14
I have a lot of date data already stored in my database, so it's not possible to change my database. How can I do this conversion?