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

/frameworks/base/core/java/android/text/format/
H A DDateFormat.java77 public class DateFormat { class
216 java.text.DateFormat natural =
217 java.text.DateFormat.getTimeInstance(
218 java.text.DateFormat.LONG, locale);
244 * Returns a {@link java.text.DateFormat} object that can format the time according
247 * @return the {@link java.text.DateFormat} object that properly formats the time.
249 public static final java.text.DateFormat getTimeFormat(Context context) {
263 * Returns a {@link java.text.DateFormat} object that can format the date
267 * @return the {@link java.text.DateFormat} object that properly formats the date.
269 public static final java.text.DateFormat getDateForma
[all...]

Completed in 40 milliseconds