컨텐츠위젯 시간 설정
2018.10.04 11:35
컨턴트 위젯에서 날짜 나오는 부분을 5시간전 이런식으로 나타 내고 싶은데요
게시판은 스케치북에시는 목록 부분에 이런식으로 나타내가 가능한데
위젯에서는 가능하지 않는가요
<p class="titleArea" style="margin-left:{$widget_info->thumbnail_width+20}px;">
<!--@if($widget_info->option_view_arr[$j+1]=='regdate')-->
<span class="date">{$item->getRegdate("Y-m-d")}</span> <span class="hour">{$item->getRegdate("H:i")}</span>
<em class="replyNum" title="Replies"><a href="{$item->getLink()}#comment" target="_blank"|cond="$widget_info->new_window">댓글{$item->getCommentCount()}</a></em>
<span class="icon">조회수{$item->get('readed_count')}</span>
<span class="icon">추천수{$item->get('voted_count')}</span>
</p>