首页 > 代码库 > python日期格式化

python日期格式化

print(time.strftime("%Y%m%d%H%M%S", time.localtime()))

得到:
20141223100840

python日期格式化