使用Python格式化输出日期

python time模块格式化输出时间

import time//导入time模块库
print time.strftime('%Y-%m-%d')//调用time库的strftime方法

你可能感兴趣的:(笔记,Python格式化输出时间)