Formatting a long timestamp into a Date with JSTL

Posted by scubabbl on Stack Overflow See other posts from Stack Overflow or by scubabbl
Published on 2008-09-16T18:31:42Z Indexed on 2010/04/13 10:13 UTC
Read the original article Hit count: 206

Filed under:
|
|

I am pulling a long timestamp from a database, but want to present it as a Date using Tags only, no embedded java in the JSP.

I've created my own tag to do this because I was unable to get the parseDate and formatDate tags to work, but that's not to say they don't work.

Any advice?

Thanks.

© Stack Overflow or respective owner

Related posts about java

Related posts about jsp