convert timestamp value in EL to date time in jsp
问题 2014-02-26 18:27:24 jsp page <html> timestamp is : ${timestamp} Date is : <b> date </b> //display date Time is : <b> time </b> //display time </html> how to convert date and time from timestamp (EL)? 回答1: You can use JSP Standard Tag Library Formatting Tags that provides a set of tags for parsing and formatting locale-sensitive numbers and dates. If you have Date String then parse it into Date Object. <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%> <c:set value="2014-02-26 18