Date and Time formatting in JSP using JSTL
In this JSTL tutorial, let’s see how can we use dates and times with different formats in JSTL. Again will use the format taglib <%@ taglib uri=“http://java.sun.com/jsp/jstl/fmt” prefix=“fmt” %> from JSTL to perform these operations. Display the current time in JSTL Set a date variable that will contain the value of the current Date() object …