Bear Bibeault wrote:Why are you passing a Calendar object to the JSP in the first place? It's a computational class, not a display class. Convert the Calendar to a Date before you send it to the JSP.
Remember, whenever you find something that's hard to do in the JSTL or EL, it's a red flag that you're probably doing something wrong.