Ich verwende den Typ Kalender in Java und möchte ein formatiertes Datum in JSTL anzeigen.
Ich habe es versucht:
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
<fmt:parseDate var="date" type="date" dateStyle="short" value="${photo.dateCreated}" />
<c:out value="${data}" />
Aber es funktioniert nicht:
java.text.ParseException: Unparselbares Datum
Kann JSTL-Format Calendar
Typ?