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.