org.apache.taglibs.datetime.DateFormatSymbolsTag <p> This class implements an empty tag that allows you to use a custom symbols for date formating.</p> <p> Must be specified attribute baseName that point to property file. </p> <p> Property file contains key\value pair in such rule<br> # Month symbols change on ...
org.jfree.chart.axis.MonthDateFormat A formatter that formats dates to show the initial letter(s) of the month name and, as an option, the year for the first or last month of each year.
org.apache.taglibs.datetime.ErasTag JSP Tag <b>eras</b>, used to loop through all the era strings so that they can be accessed by using the standard JSP <jsp:getProperty> tag. <p> The script variable of name <b>id</b> is availble only within the body of the <b>eras</b> tag. < ...