Date运算之一 -- datetime 相关及str转date等运算
摘要:
python 中 date与str转化及date之间的运算 [TOC] #获取当前日期 ## 获取今天(现在时间) ``` import datetime # 创建日期对象 date = datetime.date(2023, 6, 11) print(date) # 2023-06-11 # 创建 阅读全文
posted @ 2020-10-27 17:08 chengjon 阅读(6649) 评论(0) 推荐(0) 编辑