public interface IFormatter
Created by luog on 2/01/14.
| Modifier and Type | Method and Description |
|---|---|
String |
format(Object val,
String pattern,
Locale locale,
String timezone)
Try to format the object.
|
String format(Object val, String pattern, Locale locale, String timezone)
Try to format the object. If the formatter does not recongize the object, then null shall be returned immediately
val - 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.