to convert numeric date into string date

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
davis
Forum Newbie
Posts: 6
Joined: Tue Feb 17, 2009 5:29 am

to convert numeric date into string date

Post by davis »

Dear all,
i want to convert date in format '2009-02-22' to '22 - feb -2009'
Any help is welcome.

Thanks.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: to convert numeric date into string date

Post by Benjamin »

davis wrote:Dear all,
i want to convert date in format '2009-02-22' to '22 - feb -2009'
Any help is welcome.

Thanks.
Hmm, what have you tried?
Post Reply