DEV Community

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

Posted on

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)