public interface IFormatter
String format(Object val, String pattern, Locale locale, String timezone)
null
shall be returned immediatelyval
- the value object to be formattedpattern
- the pattern to format the objectlocale
- current localetimezone
- current timezoneCopyright © 2015. All Rights Reserved.