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的主要内容,如果未能解决你的问题,请参考以下文章

Python标准库datetime之time模块详解

ArcGIS微课1000例0044:ArcGIS使用山体阴影显示DEM的3种方法

Python学习笔记__12.1章 内建模块——datetime

Python中datetime模块中strftime/strptime函数

Python学习笔记(三十二)常用内建模块— datetime

Python模块学习 ---- datetime