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

/libcore/ojluni/src/main/java/java/text/
H A DDateFormat.java105 * Use {@code getDateTimeInstance} to get a date and time format. You can pass in
540 * {@link #getDateTimeInstance(int, int, Locale) getDateTimeInstance(DEFAULT,
546 public final static DateFormat getDateTimeInstance() method in class:DateFormat
555 * {@link #getDateTimeInstance(int, int, Locale) getDateTimeInstance(dateStyle,
565 public final static DateFormat getDateTimeInstance(int dateStyle, method in class:DateFormat
580 getDateTimeInstance(int dateStyle, int timeStyle, Locale aLocale) method in class:DateFormat
592 return getDateTimeInstance(SHORT, SHORT);

Completed in 31 milliseconds