Return the current time as a Unix timestamp, then format it to a date: <?php $t=time(); echo($t . "<br>"); echo(date("Y-m-d",$t));
確定! 回上一頁