Methods Summary |
---|
public static java.lang.CharSequence | format(java.lang.CharSequence inFormat, java.util.Date inDate)
throw new RuntimeException("Stub!");
|
public static java.lang.CharSequence | format(java.lang.CharSequence inFormat, java.util.Calendar inDate)
throw new RuntimeException("Stub!");
|
public static java.lang.CharSequence | format(java.lang.CharSequence inFormat, long inTimeInMillis)
throw new RuntimeException("Stub!");
|
public static java.lang.String | getBestDateTimePattern(java.util.Locale locale, java.lang.String skeleton)
throw new RuntimeException("Stub!");
|
public static java.text.DateFormat | getDateFormat(android.content.Context context)
throw new RuntimeException("Stub!");
|
public static char[] | getDateFormatOrder(android.content.Context context)
throw new RuntimeException("Stub!");
|
public static java.text.DateFormat | getLongDateFormat(android.content.Context context)
throw new RuntimeException("Stub!");
|
public static java.text.DateFormat | getMediumDateFormat(android.content.Context context)
throw new RuntimeException("Stub!");
|
public static java.text.DateFormat | getTimeFormat(android.content.Context context)
throw new RuntimeException("Stub!");
|
public static boolean | is24HourFormat(android.content.Context context)
throw new RuntimeException("Stub!");
|