PYTHON学习0044:函数---datetime模块详解--2019-8-11
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PYTHON学习0044:函数---datetime模块详解--2019-8-11相关的知识,希望对你有一定的参考价值。
1、datetime.datetime.now():返回当前的datetime的日期类型:2、datetime.date.fromtimestamp():吧一个时间戳转为datetime日期类型:
3、时间运算:
datetime.datetime.now()+datetime.timedelta(4):
datetime.timedelta()括号里默认单位为“天”
4、时间替换:
用replace函数:
以上是关于PYTHON学习0044:函数---datetime模块详解--2019-8-11的主要内容,如果未能解决你的问题,请参考以下文章
ArcGIS微课1000例0044:ArcGIS使用山体阴影显示DEM的3种方法
Python学习笔记__12.1章 内建模块——datetime
Python中datetime模块中strftime/strptime函数