public class JodaDateTimeFormatter extends Object implements IFormatter
| Constructor and Description |
|---|
JodaDateTimeFormatter() |
| Modifier and Type | Method and Description |
|---|---|
String |
format(Object val,
String pattern,
Locale locale,
String timezone)
Try to format the object.
|
public String format(Object val, String pattern, Locale locale, String timezone)
IFormatternull shall be returned immediatelyformat in interface IFormatterval - the value object to be formattedpattern - the pattern to format the objectlocale - current localetimezone - current timezoneCopyright 2013-2016, The Rythm Engine project