Python 将字符串解析为不含某些元素的日期
我正在使用 time.strptime 将字符串解析为日期,但该字符串没有与之关联的年份。如何将当前年份添加到日期对象?
I'm using time.strptime
to parse a string as a date, but the string does not have a year associated with it. How can I add the current year to the date object?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://ideone.com/vI9S0
http://ideone.com/vI9S0
这远非唯一的方法。
This is far from the only way to do it.