Searched defs:DateFormat (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/format/
H A DDateFormat.java41 appropriately-localized {@link java.text.DateFormat} instances, suitable
85 public class DateFormat { class
233 java.text.DateFormat natural =
234 java.text.DateFormat.getTimeInstance(
235 java.text.DateFormat.LONG, locale);
262 * Returns a {@link java.text.DateFormat} object that can format the time according
265 * @return the {@link java.text.DateFormat} object that properly formats the time.
267 public static java.text.DateFormat getTimeFormat(Context context) {
281 * Returns a {@link java.text.DateFormat} object that can format the date
285 * @return the {@link java.text.DateFormat} objec
[all...]

Completed in 57 milliseconds