Search Results

8
votes

How to convert a date in python?

The other two answers are fine, but if you actually want the date for something else, you can use the datetime module: from datetime import datetime d = datetime.strpti …