php獲取日期的0點和24點(時間戳)

$dateStr爲Y-m-d格式

//0點
$timestamp = strtotime($dateStr);

//24點
$timestamp = strtotime($dateStr) + 86400;
相關文章
相關標籤/搜索