日期和时间
PHP自带的时间类DateTime
$start = new DateTime(); echo $start->format('Y-m-d H:i:s');
要处理时间方面也可以使用Carbon扩展
首页
我的博客
粤ICP备17103704号