Here's an example of some uses:
@deprecated This servlet has been replaced by NumberTool and DateTool,both available from the Velocity-Tools sub-project. VelocityFormatter will be removed in a future version of Velocity.
@author Sean Legassick
@author Daniel Rall
@version $Id: VelocityFormatter.java 292971 2005-10-01 12:35:24Z henning $
$formatter.formatShortDate($object.Date) $formatter.formatLongDate($db.getRecord(232).getDate()) $formatter.formatArray($array) $formatter.limitLen(30, $object.Description)
|
|