venerdì 30 ottobre 2009

Formatting Date in JSP

1) Import classes in JSP Page
<%@ page import="java.text.DateFormat" %>
<%@ page import="java.text.SimpleDateFormat" %>

2) Inizialize object and define date format
DateFormat formatter = new SimpleDateFormat("dd/MM/yyyy");

3) Format date value
"<%=formatter.format(new Date()) %>"

in riferimento a: g - Cerca con Google (visualizza su Google Sidewiki)

Nessun commento:

Posta un commento