python datetime模块常见方法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python datetime模块常见方法相关的知识,希望对你有一定的参考价值。
datetime.date:表示日期的类。常用的属性有year, month, day;
datetime.time:表示时间的类。常用的属性有hour, minute, second, microsecond;
datetime.datetime:表示日期时间。
datetime.timedelta:表示时间间隔,即两个时间点之间的长度。
以上是关于python datetime模块常见方法的主要内容,如果未能解决你的问题,请参考以下文章