어제 날짜 구하기
로빈아빠
본문
<?
$timestamp = mktime(0, 0, 0, date("m"), date("d"), date("Y"));
$timestamp1 = ($timestamp + (-1*86400));
$yeday = date("Y-m-d", $timestamp1);
?>
관련링크
댓글목록
등록된 댓글이 없습니다.
<?
$timestamp = mktime(0, 0, 0, date("m"), date("d"), date("Y"));
$timestamp1 = ($timestamp + (-1*86400));
$yeday = date("Y-m-d", $timestamp1);
?>
등록된 댓글이 없습니다.