Searched refs:mMonthDayFormat (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DDatePickerCalendarDelegate.java65 private DateFormat mMonthDayFormat; field in class:DatePickerCalendarDelegate
298 mMonthDayFormat = DateFormat.getInstanceForSkeleton("EMMMd", locale);
299 mMonthDayFormat.setContext(DisplayContext.CAPITALIZATION_FOR_STANDALONE);
316 final String monthDay = mMonthDayFormat.format(mCurrentDate.getTime());

Completed in 9 milliseconds