Package freemarker.ext.format

Provides simple access to some of the main formatter classes in the java.text package: DecimalFormat, MessageFormat, and SimpleDateFormat.

See:
          Description

Class Summary
DateFormat Formats numbers into the specified date format.
MessageFormat Formats a message using a given substitution pattern.
NumberFormat Formats numbers into the specified number format.
 

Package freemarker.ext.format Description

Provides simple access to some of the main formatter classes in the java.text package: DecimalFormat, MessageFormat, and SimpleDateFormat. Complements the beans and beans2 packages, particularly in the area of ResourceBundle objects.

Since:
1.9