<%@ page import = "java.util.Date" %> <%@ page import = "java.lang.Double" %> <%@ page contentType="text/html;charset=Big5" %> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> CH7 - Fmt_i18n.jsp

JSTL i18n

<% request.setAttribute("now", new Date()); request.setAttribute("num", new Double(123.45) ); %>