php 日期时间戳strtotime时间

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 日期时间戳strtotime时间相关的知识,希望对你有一定的参考价值。


$special_from_date = strtotime($_helper->productAttribute($_product, $_product->getspecial_from_date(), 'special_from_date'));

$special_to_date = strtotime($_helper->productAttribute($_product, $_product->getspecial_to_date(), 'special_to_date'));

$now = strtotime(date('Y-m-d h:i:s'));

以上是关于php 日期时间戳strtotime时间的主要内容,如果未能解决你的问题,请参考以下文章

PHP时间戳 strtotime()使用方法和技巧

PHP时间戳和日期相互转换

PHP时间戳与日期的相互转换

如何利用PHP时间戳获取当前时间

php中的date和strtotime函数妙用

php怎么将指定日期转换为时间戳