python時間フォーマット、輸出
目的:
python時間フォーマット、輸出
サンプルコード:
from time import strftime,localtime
print '%s :time’ %strftime('%Y-%m-%d %H:%M:%S’,localtime())
Coding Changes the World
目的:
python時間フォーマット、輸出
サンプルコード:
from time import strftime,localtime
print '%s :time’ %strftime('%Y-%m-%d %H:%M:%S’,localtime())