Linked Questions

Popular Questions

String to datetime

Asked by At

I saved a datetime.datetime.now() as a string. Now I have a string value, i.e.

2010-10-08 14:26:01.220000

How can I convert this string to

Oct 8th 2010

?

Thanks

Related Questions