php获取每天指定日期时间
更新:HHH   时间:2023-1-7


<?php
    echo date('Y-m-d H:i:s',mktime(18,0,0,date('m'),date('d'),date('Y')));exit;
?>


返回web开发教程...