Sign in using Google or Yahoo! id.  

JSTL Date Formatting

 Comments Share:   Twitter   Reddit   HackerNews   Facebook 
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>

<fmt:formatDate
        pattern="MM/dd/yyyy hh:mm a"
        value="${date}"/>
Posted on August 06, 2012 09:03 AM by Subhash Chandran
jsp jstl java
blog comments powered by Disqus