Hi Guys
I have a date in string format that i need to convert into date format
Eg: Fri, 29 Jul 2011 08:15:34 -0400
i need to convert it to a normal date and time format eg: 2011-07-29 08:15:34 -0400
i am new to python can you please assist me
I have a date in string format that i need to convert into date format
Eg: Fri, 29 Jul 2011 08:15:34 -0400
i need to convert it to a normal date and time format eg: 2011-07-29 08:15:34 -0400
i am new to python can you please assist me
Comment