Hi,

I want to parse a date and change the format using python. Date has the format like 'Mon Feb 15 2010' and i want to change the format into '15/02/2010'. Any one can help me.

Thanks in advance. Nimmy

Recommended Answers

All 2 Replies

Look at the module time
The two time methods strptime() and strftime() are your friends.

Look at the module time
The two time methods strptime() and strftime() are your friends.

Thanks a lot...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.