会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
children
首页
新随笔
管理
2014年3月18日
python时间转换
摘要: #设a为字符串import timea = "2011-09-28 10:00:00"#中间过程,一般都需要将字符串转化为时间数组time.strptime(a,'%Y-%m-%d %H:%M:%S')>>time.struct_time(tm_year=2011, tm_mon=9, tm_mda...
阅读全文
posted @ 2014-03-18 20:33 children
阅读(10547)
评论(0)
推荐(0)
编辑