Programming/PHP
어제 날짜 갖고 오기
왕계란
2008. 6. 26. 18:03
<?
$thisTime = time();
$yesterday = date("Ymd", strtotime("-1 day", $thisTime));
?>