%@ taglib uri='struts-bean' prefix='bean' %>
<%--
Value: true/false --%>
<%--
Value: yyyymmdd - date value --%>
<%--
Value: yyyy - year value --%>
<%--
Value: yyyy - four digit year value. --%>
<%--
Value: m - single or two digit month value --%>
<%--
Value: mm - two digit month value --%>
<%--
Value (example): January - full month name --%>
<%--
Value: d - single or two digit day value --%>
<%--
Value (example): Monday - full day name --%>
<%--
Value: dd - two digit day value --%>
<%--
Value: h - single to two digit 24 hour value (0-23) --%>
<%--
Value: hh - two digit 24 hour value (00-23) --%>
<%--
Value: h - single to two digit hour value (0-12) --%>
<%--
Value: hh - two digit hour value (00-12) --%>
<%--
Value: m - single to two digit minute value (0-59) --%>
<%--
Value: mm - two digit minute value (00-59) --%>
<%--
Value: am,pm --%>
<%--
Value (example): February 8, 2004 - long representation of the date --%>
<%--
Value (example): 2/8/04 - short representation of the date --%>
<%--
Value (example): 10:15 PM - representation of the time --%>