728x90
반응형
JSTL(JSP Standard Tag Library) - formatting tags
# formatting tags : 메시지 형식화, 번호 및 날짜 형식화 등을 지원
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
▶ 국제화
<fmt:message>
<fmt:setLocale>
<fmt:setTimeZone>
<fmt:bundle>
<fmt:setBundle>
<fmt:param>
<fmt:requestEncoding>
▶ 포맷팅
<fmt:timeZone>
<fmt:setTimeZone>
<fmt:formatNumber>
<fmt:formatDate>
<fmt:parseNumber>
<fmt:parseData>
<fmt:parseNumber>
728x90
반응형
'Web Language > Script L' 카테고리의 다른 글
[JSTL] core 태그 - set, out, remove, catch (0) | 2022.06.18 |
---|---|
[JSTL] core태그 - 변수 지원, URL 관리, 흐름 제어 (0) | 2022.06.18 |
[JSTL] xml 태그 (0) | 2022.06.18 |
[JSTL] sql태그 - 데이터베이스 접근 (0) | 2022.06.18 |
[JSTL] fmt:formatDate 날짜보여줄때, pattern 속성에 의한 날짜 및 시간 표현 (0) | 2022.06.18 |