public class FormatterDateTemplate extends FormatterDate
cache| Constructor and Description |
|---|
FormatterDateTemplate(String pattern) |
| Modifier and Type | Method and Description |
|---|---|
String |
format(Object value,
Object[] args)
Format a given object to another using some arguments as auxiliary.
|
format, newInstance, testTypeinitializepublic FormatterDateTemplate(String pattern)
public String format(Object value, Object[] args) throws FormatterException
IFormatterformat in interface IFormatterformat in class AbstractFormatterTime<SimpleDateFormat>value - The value to be formatted.args - The arguments.FormatterException - On format errors.Copyright © 2016. All rights reserved.