How to use format date as “yyyy-MM-dd” with JSTL? [duplicate]
问题 This question already has answers here : Convert and format a Date in JSP (6 answers) Closed 3 years ago . I want to take date from DB and display on jsp: 2014-04-02 instead of: 2014-04-02 00:00:00.0 On jsp I tried to use c:fmt tag for formatting date: <div class="form-group"> <span><fmt:message key="task.start"/></span> <input class="form-control" id="firstDate" placeholder="<fmt:message key="task.start"/>" name="start_date-${task.taskId}" <fmt:formatDate value="${task.startDate}" var=