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)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay