The DateFormat class of the com.ms.wfc.data package defines constants that specify the date and time formats used by a DateDataFormat object. Use these constants to set the value of the object's format property.
public final class DateFormat extends Enum { // Methods public static boolean valid(int value); // Fields public static final int CUSTOM; public static final int LONG; public static final int SHORT; public static final int TIME; }