会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
伍钱居士
博客园
首页
新随笔
联系
订阅
管理
2017年12月18日
python根据输入的字符串日期返回对应的财务季度报告日期
摘要: 1 import xlrd 2 import xlwt 3 from datetime import datetime 4 #输入的s为str形式,如'2017-12-18' 5 def to_date(s): 6 d=datetime.strptime(s,"%Y-%m-%d") 7 return(d) 8 def to_quarter(riqi): 9 ...
阅读全文
posted @ 2017-12-18 21:45 伍钱居士
阅读(1123)
评论(0)
推荐(0)
编辑
公告