Friday, 13 September 2013

convert an integer number in a date to the month name using python

convert an integer number in a date to the month name using python

I do have this string '2013-07-01' and I want to convert it to July 1, 2013
How to do that using python?
Thanks!

No comments:

Post a Comment