1) Import classes in JSP Page
<%@ page import="java.text.DateFormat" %>
<%@ page import="java.text.
2) Inizialize object and define date format
DateFormat formatter = new SimpleDateFormat("dd/MM/yyyy")
3) Format date value
"<%=formatter.format(new Date()) %>"
venerdì 30 ottobre 2009
Formatting Date in JSP
Iscriviti a:
Commenti sul post (Atom)
Nessun commento:
Posta un commento