首页 > 代码库 > python 中datetime 和 string 转换

python 中datetime 和 string 转换

dt = datetime.datetime.strptime(string_date, fmt)

fmt 的格式说明如下:

https://docs.python.org/2/library/datetime.html#strftime-and-strptime-behavior

 

python 中datetime 和 string 转换