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

/frameworks/base/core/java/android/text/format/
H A DDateFormat.java43 * appropriately-localized {@link java.text.DateFormat} instances, suitable
62 public class DateFormat { class
205 final java.text.DateFormat natural =
206 java.text.DateFormat.getTimeInstance(java.text.DateFormat.LONG, locale);
257 * Returns a {@link java.text.DateFormat} object that can format the time according
260 * @return the {@link java.text.DateFormat} object that properly formats the time.
262 public static java.text.DateFormat getTimeFormat(Context context) {
290 * Returns a {@link java.text.DateFormat} object that can format the date
294 * @return the {@link java.text.DateFormat} objec
[all...]

Completed in 177 milliseconds