개발 정보/JSTL

JSTL fmt:formatDate 시간 형태 표시 방법

광천스러움 2016. 9. 12. 19:51

- 표현법은 java의 SimpleDateFormat 을 따른다

- 종류

   ㄴ hh : 01~12

   ㄴ HH : 00~23

   ㄴ kk : 01~24

   ㄴ KK : 00~11


EX>

<fmt:formatDate value="${result.regDate}" pattern="yyyy-MM-dd HH:mm:ss"/>

<fmt:formatDate value="${result.regDate}" pattern="yyyy-MM-dd KK:mm:ss"/>

'개발 정보 > JSTL' 카테고리의 다른 글

JSTL 날짜 형식 바꾸는 방법  (0) 2016.09.12