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: 231
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