Thirumalesh yeligar wrote:how to format this "2014-07-14T19:40:46" date to dd-mm-yyyy with time using jstl? please help me...
It's easy to do that with JSTL. Here's a quick example:
Where ${today} points to a variable of type Date available in scope of the
JSP page.
For more details, here's
an example of formatdate in JSTL.