Programming Tutorials

Comment on Tutorial - JSP Program to display Date By aathishankaran



Comment Added by : saif

Comment Added at : 2013-04-29 09:22:31

Comment on Tutorial : JSP Program to display Date By aathishankaran
Can Some body help me??
i want To show date like "29. Apr 2013"
i m using Following Code ..
<fmt:formatDate pattern="dd. MMM yyyy" value="${now}" />

but it Gives me "29. 4 2013 "
instead of "29. Apr 2013"
waiting for ur suggestion...


View Tutorial