PHP获取当前时间的方式有几种,怎样做
Admin 2022-09-26 群英技术资讯 376 次浏览
python 如何获取当前系统的时间
1、导入包
import datetime
python学习网,大量的免费python视频教程,欢迎在线学习!
2、获取当前的时间
curr_time = datetime.datetime.now() # 2019-07-06 14:55:56.873893 <class 'datetime.datetime'> curr_time.year # 2019 <class 'int'> curr_time.month # 7 <class 'int'> curr_time.day # 6 <class 'int'> curr_time.hour # 14 <class 'int'> curr_time.minute # 55 <class 'int'> curr_time.second # 56 <class 'int'> curr_time.date() # 2019-07-06 <class 'datetime.date'>
3、格式化
通过datetime.datetime.now(),我们获取到的时间格式为:2019-07-06 14:55:56.873893,类型:<class 'datetime.datetime'>
我们可以使用strftime()转换成我们想要的格式。处理之后的返回的值为2019-07-06、07/06等目标形式,类型为str
time_str = curr_time.strftime("%Y-%m-%d") # 2019-07-06 time_str = curr_time.strftime("%m/%d") # 07/06
4、类型转换
时间一般通过:时间对象,时间字符串,时间戳表示
通过datetime获取到的时间变量,类型为:datetime,那么datetime与str类型如何互相转换呢?
datetime-->str time_str = datetime.datetime.strftime(curr_time,'%Y-%m-%d %H:%M:%S') # 2019-07-06 15:50:12 str-->datetime time_str = '2019-07-06 15:59:58' curr_time = datetime.datetime.strptime(time_str,'%Y-%m-%d %H:%M:%S')
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:mmqy2019@163.com进行举报,并提供相关证据,查实之后,将立刻删除涉嫌侵权内容。
猜你喜欢
弹幕,中文流行词语,指的是在网络上观看视频时弹出的评论性字幕。本文就来为大家介绍一下使用workerman框架实现简单弹幕的方法,希望对大家有一定的帮助。
1、打开“php.ini”配置文件,在其中搜索“display_errors”项。2、将“display_errors”项的值设置为“Off”即可关闭所有的PHP错误报告,进而屏蔽所有错误。
在之前的文章中给大家带来了《让人心动简单易记的PHP变量知识小结(详细)》,本篇继续给大家带来了PHP知识的讲解,介绍一下PHP中常见的if else语法和NULL数据类型,都是基础的知识整理,希望能帮助到大家!
本篇文章小编给大家分享一下Shell之function函数的定义及调用代码示例,文章代码介绍的很详细,小编觉得挺不错的,现在分享给大家供大家参考,有需要的小伙伴们可以来看看。
通过 Math 函数能够处理 PHP 中的值,Math 函数包含许多用于计算的数学函数,本节将一一为你讲解!
成为群英会员,开启智能安全云计算之旅
立即注册Copyright © QY Network Company Ltd. All Rights Reserved. 2003-2020 群英 版权所有
增值电信经营许可证 : B1.B2-20140078 粤ICP备09006778号 域名注册商资质 粤 D3.1-20240008