php日期

文章描述:

PHP当前时间

当天

开始

date("Y-m-d 00:00:00",time())

结束

date("Y-m-d 23:59:59",time())

开始时间戳

strtotime(date("Y-m-d 00:00:00",time()))

结束时间戳

strtotime(date("Y-m-d 23:59:59",time()))

 

发布时间:2022/02/28

发表评论