Home | History | Annotate | Download | only in widget

Lines Matching refs:DATE_FORMAT

538         private static final String DATE_FORMAT = "MM/dd/yyyy";
568 private final java.text.DateFormat mDateFormat = new SimpleDateFormat(DATE_FORMAT);
996 Log.w(LOG_TAG, "Date: " + date + " not in format: " + DATE_FORMAT);