DEV Community

Cover image for How To Use Strftime and Strptime In Python
pythonpipblog
pythonpipblog

Posted on

1

How To Use Strftime and Strptime In Python

The strftime() and strptime() methods from the Python datetime module will be covered in this post. The strptime() function turns a datetime object into a string in the exact opposite way as the strftime() function.

Top comments (0)

Dev Diairies image

User Feedback & The Pivot That Saved The Project

🔥 Check out Episode 3 of Dev Diairies, following a successful Hackathon project turned startup.

Watch full video 🎥

👋 Kindness is contagious

If this **helped, please leave a ❤️ or a friendly comment!

Okay