php获取任意时间的时间戳

<?php
echo strtotime("2012-6-1");
?>
原文地址:https://www.cnblogs.com/happyty/p/2528788.html