생활 웹디자인

코스 전체목록

닫기

날짜 출력 : NewDayDate

해당영역과 html구조

같은 날 여러개의 글이 포스팅 되었을 때 첫번째 글에 붙어 출력됩니다.

 

{block:NewDayDate}
<div class="newdaydate">
    <span class="label">New Day Date</span>
    <div>
        <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}" class="permalink">
            <span class="month">{ShortMonth}</span>
            <span class="day">{DayOfMonthWithZero}</span>
        </a>
    </div>
</div>                 
{/block:NewDayDate}

변수 설명

{block:NewDayDate} ... {/block:NewDayDate}
같은 날 여러개의 글이 포스팅 되었을 때 첫번째 글에 붙어 출력됩니다.

{Year}
"2007"의 형식으로 출력됩니다.

{MonthNumberWithZero}
"01" through "12"의 형식으로 출력됩니다.

{DayOfMonthWithZero}
"01" to "31"의 형식으로 출력됩니다.

{ShortMonth}
"Jan" through "Dec"의 형식으로 출력됩니다.

기타

날짜와 관련된 좀 더 다양한 출력의 형태 : http://opentutorials.org/course/848/5007

 

댓글

댓글 본문
버전 관리
리체
현재 버전
선택 버전
graphittie 자세히 보기