Class RegionDateFormat
- java.lang.Object
-
- com.vmware.vipclient.i18n.l2.text.DateFormat
-
- com.vmware.vipclient.i18n.l2.text.RegionDateFormat
-
public class RegionDateFormat extends DateFormat
-
-
Constructor Summary
Constructors Constructor Description RegionDateFormat(String pattern, org.json.JSONObject formatData, String language, String region)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringformat(Date date, String timeZoneStr)StringgetLanguage()List<Object>getPatternItems(String pattern)StringgetRegion()voidsetLanguage(String language)voidsetRegion(String region)-
Methods inherited from class com.vmware.vipclient.i18n.l2.text.DateFormat
format, getDateByString, getInstance, getInstance, getPattern, isNumeric, IsoToDate, parseStr2Date
-
-