FileDocCategorySizeDatePackage
DateFormat.javaAPI DocAndroid 5.1 API1428Sat Mar 14 14:09:42 GMT 2015android.text.format

DateFormat

public class DateFormat extends Object

Fields Summary
Constructors Summary
public DateFormat()

 throw new RuntimeException("Stub!"); 
Methods Summary
public static java.lang.CharSequenceformat(java.lang.CharSequence inFormat, java.util.Date inDate)

 throw new RuntimeException("Stub!"); 
public static java.lang.CharSequenceformat(java.lang.CharSequence inFormat, java.util.Calendar inDate)

 throw new RuntimeException("Stub!"); 
public static java.lang.CharSequenceformat(java.lang.CharSequence inFormat, long inTimeInMillis)

 throw new RuntimeException("Stub!"); 
public static java.lang.StringgetBestDateTimePattern(java.util.Locale locale, java.lang.String skeleton)

 throw new RuntimeException("Stub!"); 
public static java.text.DateFormatgetDateFormat(android.content.Context context)

 throw new RuntimeException("Stub!"); 
public static char[]getDateFormatOrder(android.content.Context context)

 throw new RuntimeException("Stub!"); 
public static java.text.DateFormatgetLongDateFormat(android.content.Context context)

 throw new RuntimeException("Stub!"); 
public static java.text.DateFormatgetMediumDateFormat(android.content.Context context)

 throw new RuntimeException("Stub!"); 
public static java.text.DateFormatgetTimeFormat(android.content.Context context)

 throw new RuntimeException("Stub!"); 
public static booleanis24HourFormat(android.content.Context context)

 throw new RuntimeException("Stub!");