Web Language/Script L

[JSTL] fmt 메시지 형식화, 번호 및 날짜 형식화 태그

해피마루 2022. 6. 18. 19:07
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
반응형