최신글 스킨 원본 수정없이 날짜형식 바꾸기 > 그누보드&그샵

본문 바로가기

사이트 내 전체검색

뒤로가기 그누보드&그샵

팁텍 최신글 스킨 원본 수정없이 날짜형식 바꾸기

본문

<table width=100% bgcolor=#FFFFFF cellpadding=0 cellspacing=0>
<tr><td colspan=2 height=10 width="830"></td>
        <td width="154"></td>
</tr>

<? for ($i=0; $i<count($list); $i++) {
$date = explode("-", $list[$i][date]);
$month = $date[1];
$day = $date[2];
$latest_date = $month.".".$day;
?>
<tr>
    <!-- <td width=10 align=center><img src='<?=$latest_skin?>/icon_dot.gif'></td> -->
    <td width=10 align=center><B>&middot;</B></td>
    <td width="820" height=20><a href='<?="./?doc=bbs/gnuboard.php&bo_table=$bo_table&wr_id={$list[$i][wr_id]}'&ca_id=$row[ca_id]'"?>'><font color=#424242><?=$list[$i][subject]?>  <span style='font-size:8pt;'><?=$list[$i][commentcnt]?></span></font></a>&nbsp;<?=$list[$i][icon_new]?></td>
        <td width="154" align=right><?=$latest_date?>&nbsp;&nbsp;</td>
</tr><tr><td colspan=2 height=1 bgcolor=#F1F1F1 width="830"></td><td bgcolor=#F1F1F1 width="154"></td></tr>
<? } ?>

<? if (count($list) == 0) { echo "<tr><td colspan=2 align=center height=50>자료가 없습니다.</td></tr>"; } ?>

<tr><td colspan=2 height=5 width="830"></td>
        <td width="154"></td>
</tr>
</table>

//7쟁이님

댓글목록 0

등록된 댓글이 없습니다.


Fatal error: Uncaught DivisionByZeroError: Division by zero in /home1/hyusig/public_html/bbs/list.php:123 Stack trace: #0 /home1/hyusig/public_html/bbs/board.php(231): include_once() #1 {main} thrown in /home1/hyusig/public_html/bbs/list.php on line 123