Python對日期進行格式化

Python對日期進行格式化

把當前時間輸出爲2017-04-07 19:00:00。進入python交互命令行輸入:html

> import datetime
> currtime = datetime.datetime.now()
> currtime.strftime("%Y-%m-%d %H:%M:%S")

@完python

參考: https://docs.python.org/2/library/datetime.html命令行

相關文章
相關標籤/搜索