public class FormatterJodatimeTemplate extends FormatterJodatime
cache| Constructor and Description |
|---|
FormatterJodatimeTemplate(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 FormatterJodatimeTemplate(String pattern)
public String format(Object value, Object[] args) throws FormatterException
IFormatterformat in interface IFormatterformat in class AbstractFormatterTime<org.joda.time.format.DateTimeFormatter>value - The value to be formatted.args - The arguments.FormatterException - On format errors.Copyright © 2016. All rights reserved.