최근 게시물 끝에 날자 출력하려면??????

안녕하세요!
 
최근 게시물 옆에 날자를 출력하려고 하는데요..
 
=============================================================
 
원 최근게시물 소스..
 
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<table width=100% cellpadding=0 cellspacing=0>
  <colgroup width=14>
  <colgroup>
  <colgroup width=37>
  <colgroup width=14>
  <? for ($i=0; $i<count($list); $i++) { ?>
  <tr>
    <td align=center> <table width=95%>
        <tr>
          <td height=25><img src='<?=$latest_skin_path?>/img/latest_icon.gif' align=absmiddle>  
            <?
            echo $list[$i]['icon_reply'] . " ";
            echo "<a href='{$list[$i]['href']}'>";
            if ($list[$i]['is_notice'])
                echo "<font style='font-family:돋움; font-size:9pt; color:#2C88B9;'><strong>{$list[$i]['subject']}</strong></font>";
            else
                echo "<font style='font-family:돋움; font-size:9pt; color:#6A6A6A;'>{$list[$i]['subject']}</font>";
            echo "</a>";
            if ($list[$i]['comment_cnt'])
                echo " <a href=\"{$list[$i]['comment_href']}\"><span style='font-family:돋움; font-size:8pt; color:#9A9A9A;'>{$list[$i]['comment_cnt']}</span></a>";
            // if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
            // if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
            echo " " . $list[$i]['icon_new'];
            echo " " . $list[$i]['icon_file'];
            echo " " . $list[$i]['icon_link'];
            echo " " . $list[$i]['icon_hot'];
            echo " " . $list[$i]['icon_secret'];
            ?>
          </td>
        </tr>
        <tr>
          <td bgcolor=#EBEBEB height=1></td>
        </tr>
      </table></td>
  </tr>
  <? } ?>
  <? if (count($list) == 0) { ?>
  <tr>
    <td align=center height=50><font color=#6A6A6A>게시물이 없습니다.</a></td>
  </tr>
  <? } ?>
</table>
 
 
 
 
 
 
수고하세요!
|

댓글 1개

코드를 대충은 아시는것 같으니 변수명만 알려드리죠.
$list[$i]['wr_datetime'];
일겁니다.
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
19년 전 조회 1,202
19년 전 조회 1,350
19년 전 조회 1,945
19년 전 조회 1,681
19년 전 조회 1,556
19년 전 조회 1,464
19년 전 조회 1,573
19년 전 조회 1,551
19년 전 조회 1,703
19년 전 조회 1,274
19년 전 조회 1,685
19년 전 조회 1,551
19년 전 조회 1,541
19년 전 조회 1,544
19년 전 조회 1,454
19년 전 조회 1,548
19년 전 조회 1,282
19년 전 조회 1,613
19년 전 조회 1,543
19년 전 조회 1,522