会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
khy
博客园
首页
新随笔
联系
管理
订阅
2015年1月29日
python计算两个日期时间差
摘要: 经常在python中因为日期而google,在此做个小笔记.>>>import datetime>>> a = datetime.date.today()>>> b = datetime.datetime(2014,11,01)>>> print a2015-01-29>>> print b2014...
阅读全文
posted @ 2015-01-29 16:11 youkeihinn
阅读(2099)
评论(0)
推荐(0)
公告