글쓴 날짜 비교후 출력 정보
글쓴 날짜 비교후 출력본문
리스트에 최후 글수정 날짜가 7일이 지나면 날짜 색상이 다르게 표시되게
할 수는 없을까요?
if($list[$i]['wr_last'] < ???? )
echo "<font color="blue">$list[$i]['wr_last']</font>";
할 수는 없을까요?
if($list[$i]['wr_last'] < ???? )
echo "<font color="blue">$list[$i]['wr_last']</font>";
댓글 전체
$tmpDate = date("Y-m-d",strtotime("-1 weeks"));
적으시고 ???? 에 $tmpDate 넣으세요
적으시고 ???? 에 $tmpDate 넣으세요