public class JodaDateTimeFormatter extends Object implements IFormatter
Created by luog on 2/01/14.
| 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)
IFormatterTry to format the object. If the formatter does not recongize the object, then null shall be returned immediately
format in interface IFormatterval - the value object to be formattedpattern - the pattern to format the objectlocale - current localetimezone - current timezoneCopyright © 2017–2021 OSGL (Open Source General Library). All rights reserved.